Package | Description |
---|---|
com.atlassian.jira.issue.customfields.searchers | |
com.atlassian.jira.issue.search | |
com.atlassian.jira.jql | |
com.atlassian.jira.jql.context |
Modifier and Type | Method and Description |
---|---|
ClauseContextFactory |
SimpleCustomFieldClauseContextHandler.getClauseContextFactory() |
ClauseContextFactory |
CustomFieldClauseContextHandler.getClauseContextFactory() |
Constructor and Description |
---|
SimpleCustomFieldClauseContextHandler(ClauseValidator validator,
ClauseQueryFactory clauseQueryFactory,
ClauseContextFactory clauseContextFactory,
Set<Operator> supportedOperators,
JiraDataType supportedType) |
SimpleCustomFieldContextValueGeneratingClauseHandler(ClauseValidator validator,
ClauseQueryFactory clauseQueryFactory,
ClauseContextFactory clauseContextFactory,
ClauseValuesGenerator clauseValuesGenerator,
Set<Operator> supportedOperators,
JiraDataType supportedType) |
Modifier and Type | Method and Description |
---|---|
SearchHandlerBuilderFactory.SearchHandlerBuilder |
SearchHandlerBuilderFactory.SearchHandlerBuilder.setContextFactory(ClauseContextFactory classContextFactoryType) |
Modifier and Type | Method and Description |
---|---|
ClauseContextFactory |
NoOpClauseHandler.getClauseContextFactory() |
ClauseContextFactory |
DefaultValuesGeneratingClauseHandler.getClauseContextFactory() |
ClauseContextFactory |
DefaultClauseHandler.getClauseContextFactory() |
ClauseContextFactory |
ClauseHandler.getClauseContextFactory() |
Constructor and Description |
---|
DefaultClauseHandler(ClauseInformation information,
ClauseQueryFactory factory,
ClauseValidator validator,
ClausePermissionHandler permissionHandler,
ClauseContextFactory contextFactory) |
DefaultValuesGeneratingClauseHandler(ClauseInformation clauseInformation,
ClauseQueryFactory factory,
ClauseValidator validator,
ClausePermissionHandler permissionHandler,
ClauseContextFactory contextFactory,
ClauseValuesGenerator valuesGenerator) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractProjectAttributeClauseContextFactory<T>
An abstract class for generating the context for version and components of projects.
|
class |
AllTextClauseContextFactory
Calculates the context of the "all text" clause.
|
class |
CascadingSelectCustomFieldClauseContextFactory
The context calculation for cascading select.
|
class |
ComponentClauseContextFactory
A context factory for project component clauses.
|
class |
CustomFieldClauseContextFactory
Generates the ClauseContext for a custom field.
|
class |
IntersectingClauseContextFactory
An intersecting
ClauseContextFactory that intersectects
the generated query contexts of its sub ClauseContextFactory 's |
class |
IssueIdClauseContextFactory
A context factory for issue keys and id clauses.
|
class |
IssueParentClauseContextFactory
A context factory for issue parent clauses.
|
class |
IssueSecurityLevelClauseContextFactory
A context factory for issue security level clauses.
|
class |
IssueTypeClauseContextFactory
Generates a
ClauseContext based on the issue type values and the project they are visible in |
class |
MultiClauseDecoratorContextFactory
Decorates a
ClauseContextFactory to ensure that: |
class |
ProjectCategoryClauseContextFactory
Generates a
ClauseContext for a project category clause based on the specified
project values and the projects that the user has permission to see. |
class |
ProjectClauseContextFactory
Generates a
ClauseContext for a project clause based on the specified
project values and the projects that the user has permission to see. |
class |
SavedFilterClauseContextFactory
A Clause context factory for saved filters.
|
class |
SelectCustomFieldClauseContextFactory
Generates the ClauseContext for a select custom field.
|
class |
SimpleClauseContextFactory
A Clause context factory that returns a
ClauseContext with
all issue types and all projects. |
class |
StatusClauseContextFactory
A context factory for project status clauses.
|
class |
ValidatingDecoratorContextFactory
A
ClauseContextFactory that wraps another ClauseContextFactory to ensure
that the ValidatingDecoratorContextFactory.getClauseContext(com.atlassian.jira.user.ApplicationUser, com.atlassian.query.clause.TerminalClause) method
on the wrapped object is only called when this passed TerminalClause passes usage validation. |
class |
VersionClauseContextFactory
A context factory for project version clauses (fix and affects).
|
Modifier and Type | Method and Description |
---|---|
ClauseContextFactory |
MultiClauseDecoratorContextFactory.Factory.create(ClauseContextFactory delegate)
Same as calling
create(delegate, true) . |
ClauseContextFactory |
MultiClauseDecoratorContextFactory.Factory.create(ClauseContextFactory delegate,
boolean validating)
Wrap the passed
ClauseContextFactory in a MultiClauseDecoratorContextFactory . |
Modifier and Type | Method and Description |
---|---|
ClauseContextFactory |
MultiClauseDecoratorContextFactory.Factory.create(ClauseContextFactory delegate)
Same as calling
create(delegate, true) . |
ClauseContextFactory |
MultiClauseDecoratorContextFactory.Factory.create(ClauseContextFactory delegate,
boolean validating)
Wrap the passed
ClauseContextFactory in a MultiClauseDecoratorContextFactory . |
Constructor and Description |
---|
MultiClauseDecoratorContextFactory(JqlOperandResolver jqlOperandResolver,
ClauseContextFactory delegate) |
MultiClauseDecoratorContextFactory(JqlOperandResolver jqlOperandResolver,
ClauseContextFactory delegate,
ContextSetUtil contextSetUtil) |
ValidatingDecoratorContextFactory(OperatorUsageValidator usageValidator,
ClauseContextFactory delegatingContextFactory) |
Constructor and Description |
---|
IntersectingClauseContextFactory(ContextSetUtil contextSetUtil,
Collection<ClauseContextFactory> subClauseContextFactories) |
Copyright © 2002-2018 Atlassian. All Rights Reserved.