Package com.atlassian.jira.search.jql
@ParametersAreNonnullByDefault
@ReturnValuesAreNonnullByDefault
@Internal
package com.atlassian.jira.search.jql
-
ClassDescriptionBase class for operator query factories that can generate a query for a fieldName and a predicate.Base clause mapper for issue property queries.Abstract base class for range query factories.Factory for producing clauses for the Time tracking system fields.Adds a 'voter' and 'watcher' permission query.Replaces
invalid reference
com.atlassian.jira.jql.query.WorklogClauseQueryFactoryFactory for producing clauses for the custom fields that have a raw index valueCreates equality queries for clauses whose value is exactly the same as the indexed value(e.g.Creates relational queries for clauses whose values are exactly the same as the indexed value (e.g.Creates queries for affected version clauses.Mapper for producing queries from aliased issue properties.A provider of a list of fields to be used in an "all text" search for a givenTerminalClause.Builds queries for the "all text" clause.Clause query mapper that creates the clauses for the assignee field.Search API replacement for.invalid reference
com.atlassian.jira.jql.query.AttachmentClauseQueryFactoryQuery mapper for producing clauses for the cascading select custom fields.Factory for creating queries forChangedClause.A factory for creating aQueryfrom aTerminalClauseGenerates a query for the comment system field.Creates queries for 'component' clauses.Creates clauses for queries on the created date field.Clause query mapper that creates the clauses for the creator field.AClauseQueryMapperfor the "remainingEstimate" JQL clause.Creates clauses for queries on date-time fields.A query factory that handles equality operators for dates.A query factory that can handle relational operators for dates.SpecializedLongPointRangeQueryFactoryforDate.Able to map clauses to query handlers.Mapper that handles the description system field.Creates clauses for queries on the due date field.Clause query factory for the environment system field.Generates equality queries.Generate equality search queries.Creates queries for affected version clauses.A query factory that generates queries for the text fields.Can generate queries for issue constant clauses.Factory for creating queries forHistoryPredicate.AClauseQueryMapperfor the "Issue Key" JQL clause.Creates queries for searching by 'issueLinkType'.Generates a query for the "parent" JQL clause.Mapper for producing clauses for issue properties.Generates a query for the issue security level field ("level").Clause query mapper that creates the clauses for the issue type field.A clause query factory that handles the Labels system field.AClauseQueryMapperfor the "lastViewed" JQL clause.A factory for creating a Query for theOperator.LIKEoperator.Creates clauses for queries onLocalDatefields.A query factory that handles equality operators for local dates.A query factory that can handle relational operators for local dates.Factory for creating range queries for long values.Creates search query forMultiWorklogClause.This visitor groups all worklog clauses into aMultiWorklogClause, so that it will be executed inside a singleChildQuery.Factory for producing clauses for the custom fields that have a raw index valueCreates equality queries for clauses whose value is exactly the same as the indexed value(e.g.Creates relational queries for clauses whose values are exactly the same as the indexed value (e.g.A factory that produces aQueryfor the given field, operator, and operand values.AClauseQueryMapperfor the "originalEstimate" JQL clause.Creates queries for priority clauses.AClauseQueryMapperfor the Project Category clause.AClauseQueryMapperfor the "project" JQL clause.AClauseQueryMapperfor custom fields of type "project" JQL clause.Decorator for JQL queries that adds permission checks based on project roles and group permissions.Registry forClauseQueryMapper.RangeQueryFactory forTermRangeQueryGenerates queries for the operators '>', '>=', 'invalid input: '<'', 'invalid input: '<'='.Creates relational queries for clauses with operands whose index value representation is based on mutated raw values as opposed to domain values.Clause query mapper that creates the clauses for the reporter field.AClauseQueryMapperfor the "resolution" JQL clause.Creates clauses for queries on the resolution date field.AClauseQueryMapperfor the "filter" JQL clause.Mapper for producing clauses for the cascading select custom fields.AClauseQueryMapperfor the "statusCategory" JQL clause.AClauseQueryMapperfor the "status" JQL clause.Mapper that handles the summary system field.This class is used to generate clauses to be added to boolean queries.AClauseQueryMapperfor the "timespent" JQL clause.Creates clauses for queries on the updated date field.Clause query factory that creates the clauses for user custom fields.AClauseQueryMapperthat wraps another ClauseQueryMapper, only calling theValidatingDecoratorQueryMapper.map(QueryCreationContext, TerminalClause)method on the wrapped object when the TerminalClause passes usage validation.Creates queries for version custom field clauses.A factory for creating a query for theequals operatorfor Version fields.Creates queries for relational version operatorsOperator.GREATER_THAN,Operator.LESS_THAN,Operator.GREATER_THAN_EQUALS,Operator.LESS_THAN_EQUALS.Mapper for producing clauses for the 'voter' field.Mapper for producing clauses for theVotesSystemField.Query factory forWasClausequeries.Mapper for producing clauses for the 'watcher' field.Mapper for producing clauses for theWatchesSystemField.Replacesinvalid reference
com.atlassian.jira.jql.query.WorklogAuthorClauseQueryFactoryMapsTerminalClauseto aQueryagainst worklog documentsGenerates a query for the work log comment.Replacesinvalid reference
com.atlassian.jira.jql.query.WorklogDateClauseQueryFactoryCreates queries forWorkRatioSystemFieldclauses.