Package | Description |
---|---|
com.atlassian.jira.issue.fields | |
com.atlassian.jira.jql.context |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
class |
ClauseContextImpl |
Modifier and Type | Method and Description |
---|---|
static ClauseContext |
ClauseContextImpl.createGlobalClauseContext() |
ClauseContext |
IssueTypeClauseContextFactory.getClauseContext(ApplicationUser searcher,
TerminalClause terminalClause) |
ClauseContext |
AllTextClauseContextFactory.getClauseContext(ApplicationUser searcher,
TerminalClause terminalClause) |
ClauseContext |
SimpleClauseContextFactory.getClauseContext(ApplicationUser searcher,
TerminalClause terminalClause) |
ClauseContext |
IssueIdClauseContextFactory.getClauseContext(ApplicationUser searcher,
TerminalClause terminalClause) |
ClauseContext |
ProjectCategoryClauseContextFactory.getClauseContext(ApplicationUser searcher,
TerminalClause terminalClause) |
ClauseContext |
ProjectClauseContextFactory.getClauseContext(ApplicationUser searcher,
TerminalClause terminalClause) |
ClauseContext |
CascadingSelectCustomFieldClauseContextFactory.getClauseContext(ApplicationUser searcher,
TerminalClause terminalClause) |
ClauseContext |
SavedFilterClauseContextFactory.getClauseContext(ApplicationUser searcher,
TerminalClause terminalClause) |
ClauseContext |
SelectCustomFieldClauseContextFactory.getClauseContext(ApplicationUser searcher,
TerminalClause terminalClause) |
ClauseContext |
StatusClauseContextFactory.getClauseContext(ApplicationUser searcher,
TerminalClause terminalClause) |
ClauseContext |
IssueSecurityLevelClauseContextFactory.getClauseContext(ApplicationUser searcher,
TerminalClause terminalClause) |
ClauseContext |
IssueParentClauseContextFactory.getClauseContext(ApplicationUser searcher,
TerminalClause terminalClause) |
ClauseContext |
AbstractProjectAttributeClauseContextFactory.getClauseContext(ApplicationUser searcher,
TerminalClause terminalClause) |
ClauseContext |
ClauseContextFactory.getClauseContext(ApplicationUser searcher,
TerminalClause terminalClause)
Generates a clause context for the associated handler.
|
ClauseContext |
ValidatingDecoratorContextFactory.getClauseContext(ApplicationUser searcher,
TerminalClause terminalClause) |
ClauseContext |
CustomFieldClauseContextFactory.getClauseContext(ApplicationUser searcher,
TerminalClause terminalClause) |
ClauseContext |
MultiClauseDecoratorContextFactory.getClauseContext(ApplicationUser searcher,
TerminalClause terminalClause) |
ClauseContext |
IntersectingClauseContextFactory.getClauseContext(ApplicationUser searcher,
TerminalClause terminalClause) |
ClauseContext |
FieldConfigSchemeClauseContextUtil.getContextForConfigScheme(ApplicationUser 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 |
ContextProjectMap.intersect(ContextProjectMap contextProjectMap) |
ClauseContext |
ContextSetUtil.intersect(Set<? extends ClauseContext> childClauseContexts)
Performs an itersection of the ClauseContext's passed in.
|
ClauseContext |
ContextProjectMap.union(ContextProjectMap contextProjectMap) |
ClauseContext |
ContextSetUtil.union(Set<? extends ClauseContext> childClauseContexts)
Performs a union of the ClauseContext's passed in.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
ContextProjectMap(ClauseContext context) |
ContextResult(ClauseContext fullContext,
ClauseContext simpleContext) |
QueryContextImpl(ClauseContext clauseContext) |
Copyright © 2002-2019 Atlassian. All Rights Reserved.