|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClauseContext | |
|---|---|
| com.atlassian.jira.issue.fields | |
| com.atlassian.jira.jql.context | |
| Uses of ClauseContext in com.atlassian.jira.issue.fields |
|---|
| Methods in com.atlassian.jira.issue.fields that return ClauseContext | |
|---|---|
ClauseContext |
FieldContextGenerator.generateClauseContext(List<Project> projects,
String fieldId)
Creates the Contexts that
represent the combinations of project and issue type for which the given field is visible. |
| Uses of ClauseContext in com.atlassian.jira.jql.context |
|---|
| Classes in com.atlassian.jira.jql.context that implement ClauseContext | |
|---|---|
class |
ClauseContextImpl
|
| Methods in com.atlassian.jira.jql.context that return ClauseContext | |
|---|---|
static ClauseContext |
ClauseContextImpl.createGlobalClauseContext()
|
ClauseContext |
ClauseContextFactory.getClauseContext(User searcher,
TerminalClause terminalClause)
Generates a clause context for the associated handler. |
ClauseContext |
ValidatingDecoratorContextFactory.getClauseContext(User searcher,
TerminalClause terminalClause)
|
ClauseContext |
StatusClauseContextFactory.getClauseContext(User searcher,
TerminalClause terminalClause)
|
ClauseContext |
SimpleClauseContextFactory.getClauseContext(User searcher,
TerminalClause terminalClause)
|
ClauseContext |
SelectCustomFieldClauseContextFactory.getClauseContext(User searcher,
TerminalClause terminalClause)
|
ClauseContext |
SavedFilterClauseContextFactory.getClauseContext(User searcher,
TerminalClause terminalClause)
|
ClauseContext |
ProjectClauseContextFactory.getClauseContext(User searcher,
TerminalClause terminalClause)
|
ClauseContext |
ProjectCategoryClauseContextFactory.getClauseContext(User searcher,
TerminalClause terminalClause)
|
ClauseContext |
MultiClauseDecoratorContextFactory.getClauseContext(User searcher,
TerminalClause terminalClause)
|
ClauseContext |
IssueTypeClauseContextFactory.getClauseContext(User searcher,
TerminalClause terminalClause)
|
ClauseContext |
IssueSecurityLevelClauseContextFactory.getClauseContext(User searcher,
TerminalClause terminalClause)
|
ClauseContext |
IssueParentClauseContextFactory.getClauseContext(User searcher,
TerminalClause terminalClause)
|
ClauseContext |
IssueIdClauseContextFactory.getClauseContext(User searcher,
TerminalClause terminalClause)
|
ClauseContext |
IntersectingClauseContextFactory.getClauseContext(User searcher,
TerminalClause terminalClause)
|
ClauseContext |
CustomFieldClauseContextFactory.getClauseContext(User searcher,
TerminalClause terminalClause)
|
ClauseContext |
CascadingSelectCustomFieldClauseContextFactory.getClauseContext(User searcher,
TerminalClause terminalClause)
|
ClauseContext |
AllTextClauseContextFactory.getClauseContext(User searcher,
TerminalClause terminalClause)
|
ClauseContext |
AbstractProjectAttributeClauseContextFactory.getClauseContext(User searcher,
TerminalClause terminalClause)
|
ClauseContext |
FieldConfigSchemeClauseContextUtil.getContextForConfigScheme(com.atlassian.crowd.embedded.api.User searcher,
FieldConfigScheme fieldConfigScheme)
Given a FieldConfigScheme determines the
ClauseContext specified by it, taking into account
what is visible to the searcher User |
ClauseContext |
QueryContextVisitor.ContextResult.getFullContext()
|
ClauseContext |
QueryContextVisitor.ContextResult.getSimpleContext()
|
ClauseContext |
ContextSetUtil.intersect(Set<? extends ClauseContext> childClauseContexts)
Performs an itersection of the ClauseContext's passed in. |
ClauseContext |
ContextSetUtil.union(Set<? extends ClauseContext> childClauseContexts)
Performs a union of the ClauseContext's passed in. |
| Method parameters in com.atlassian.jira.jql.context with type arguments of type ClauseContext | |
|---|---|
ClauseContext |
ContextSetUtil.intersect(Set<? extends ClauseContext> childClauseContexts)
Performs an itersection of the ClauseContext's passed in. |
ClauseContext |
ContextSetUtil.union(Set<? extends ClauseContext> childClauseContexts)
Performs a union of the ClauseContext's passed in. |
| Constructors in com.atlassian.jira.jql.context with parameters of type ClauseContext | |
|---|---|
QueryContextImpl(ClauseContext clauseContext)
|
|
QueryContextVisitor.ContextResult(ClauseContext fullContext,
ClauseContext simpleContext)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||