Uses of Interface
com.atlassian.jira.jql.ClauseInformation
Packages that use ClauseInformation
Package
Description
-
Uses of ClauseInformation in com.atlassian.jira.index.property
Classes in com.atlassian.jira.index.property that implement ClauseInformationModifier and TypeClassDescriptionclassObjects of this class holds all information about the issue property which they alias. -
Uses of ClauseInformation in com.atlassian.jira.issue.search
Methods in com.atlassian.jira.issue.search with parameters of type ClauseInformationModifier and TypeMethodDescriptionSearchHandlerBuilderFactory.builder(ClauseInformation clauseInfo) Constructors in com.atlassian.jira.issue.search with parameters of type ClauseInformation -
Uses of ClauseInformation in com.atlassian.jira.issue.search.constants
Classes in com.atlassian.jira.issue.search.constants that implement ClauseInformationModifier and TypeClassDescriptionclassAll Text is strange because it does not have a fieldId or an index id.final classThe search constants for the comments system field.final classSearch constants for time tracking field clauses in JQL e.g.final classSearching constants for the "IssueKey" JQL clause.classConstants for issue key.final classSearching constants for the "Issue Parent" JQL clause.classEntity property clause information.classSaved filter is strange so it does not have a fieldId or an index id.final classHolds searching constants for simple system fields.final classHolds searching constants for simple system fields.classHolds searching constants for user system fields.final classHolds searching constants for user system fields.Methods in com.atlassian.jira.issue.search.constants that return ClauseInformationModifier and TypeMethodDescriptionstatic ClauseInformationSystemSearchConstants.forIssueProperty()static ClauseInformationSystemSearchConstants.forStatusCategory()static ClauseInformationSystemSearchConstants.getClauseInformationById(String id) -
Uses of ClauseInformation in com.atlassian.jira.issue.search.searchers.transformer
Constructors in com.atlassian.jira.issue.search.searchers.transformer with parameters of type ClauseInformationModifierConstructorDescriptionTextQuerySearchInputTransformer(String id, ClauseInformation information, JqlOperandResolver operandResolver) -
Uses of ClauseInformation in com.atlassian.jira.jql
Methods in com.atlassian.jira.jql that return ClauseInformationModifier and TypeMethodDescriptionClauseHandler.getInformation()DefaultClauseHandler.getInformation()DefaultValuesGeneratingClauseHandler.getInformation()NoOpClauseHandler.getInformation()Constructors in com.atlassian.jira.jql with parameters of type ClauseInformationModifierConstructorDescriptionDefaultClauseHandler(ClauseInformation information, ClauseQueryFactory factory, ClauseValidator validator, ClausePermissionHandler permissionHandler, ClauseContextFactory contextFactory) Deprecated, for removal: This API element is subject to removal in a future version.since 10.4.DefaultClauseHandler(ClauseInformation information, ClauseQueryMapper mapper, ClauseQueryFactory factory, ClauseValidator validator, ClausePermissionHandler permissionHandler, ClauseContextFactory contextFactory) Deprecated, for removal: This API element is subject to removal in a future version.since 10.4.DefaultClauseHandler(ClauseInformation information, ClauseQueryMapper clauseQueryMapper, ClauseValidator validator, ClausePermissionHandler permissionHandler, ClauseContextFactory contextFactory) DefaultValuesGeneratingClauseHandler(ClauseInformation clauseInformation, ClauseQueryFactory factory, ClauseValidator validator, ClausePermissionHandler permissionHandler, ClauseContextFactory contextFactory, ClauseValuesGenerator valuesGenerator) Deprecated, for removal: This API element is subject to removal in a future version.since 10.4.DefaultValuesGeneratingClauseHandler(ClauseInformation clauseInformation, ClauseQueryMapper mapper, ClauseQueryFactory factory, ClauseValidator validator, ClausePermissionHandler permissionHandler, ClauseContextFactory contextFactory, ClauseValuesGenerator valuesGenerator) Deprecated, for removal: This API element is subject to removal in a future version.since 10.4.DefaultValuesGeneratingClauseHandler(ClauseInformation clauseInformation, ClauseQueryMapper clauseQueryMapper, ClauseValidator validator, ClausePermissionHandler permissionHandler, ClauseContextFactory contextFactory, ClauseValuesGenerator valuesGenerator)