Uses of Enum Class
com.atlassian.query.operator.Operator
Packages that use Operator
Package
Description
-
Uses of Operator in com.atlassian.jira.index
Methods in com.atlassian.jira.index that return types with arguments of type Operator -
Uses of Operator in com.atlassian.jira.index.property
Methods in com.atlassian.jira.index.property that return types with arguments of type Operator -
Uses of Operator in com.atlassian.jira.issue.customfields.searchers
Methods in com.atlassian.jira.issue.customfields.searchers that return types with arguments of type OperatorModifier and TypeMethodDescriptionCustomFieldSearcherClauseHandler.getSupportedOperators()
Provides a set of the supportedOperator
's that this custom field searcher can handle for its searching.SimpleCustomFieldSearcherClauseHandler.getSupportedOperators()
Constructor parameters in com.atlassian.jira.issue.customfields.searchers with type arguments of type OperatorModifierConstructorDescriptionDateRangeSearcherClauseHandler
(ClauseValidator validator, ClauseQueryFactory clauseQueryFactory, Set<Operator> supportedOperators) SimpleAllTextCustomFieldSearcherClauseHandler
(ClauseValidator validator, ClauseQueryFactory clauseQueryFactory, Set<Operator> supportedOperators, JiraDataType supportedType) SimpleCustomFieldClauseContextHandler
(ClauseValidator validator, ClauseQueryFactory clauseQueryFactory, ClauseContextFactory clauseContextFactory, Set<Operator> supportedOperators, JiraDataType supportedType) SimpleCustomFieldClauseSanitiserHandler
(ClauseValidator validator, ClauseQueryFactory clauseQueryFactory, ClauseSanitiser sanitiser, Set<Operator> supportedOperators, JiraDataType supportedType) SimpleCustomFieldClauseSanitiserValueGeneratingHandler
(ClauseValidator validator, ClauseQueryFactory clauseQueryFactory, ClauseSanitiser sanitiser, ClauseValuesGenerator clauseValuesGenerator, Set<Operator> supportedOperators, JiraDataType supportedType) SimpleCustomFieldContextValueGeneratingClauseHandler
(ClauseValidator validator, ClauseQueryFactory clauseQueryFactory, ClauseContextFactory clauseContextFactory, ClauseValuesGenerator clauseValuesGenerator, Set<Operator> supportedOperators, JiraDataType supportedType) SimpleCustomFieldSearcherClauseHandler
(ClauseValidator validator, ClauseQueryFactory clauseQueryFactory, Set<Operator> supportedOperators, JiraDataType supportedType) SimpleCustomFieldValueGeneratingClauseHandler
(ClauseValidator validator, ClauseQueryFactory clauseQueryFactory, ClauseValuesGenerator clauseValuesGenerator, Set<Operator> supportedOperators, JiraDataType supportedType) -
Uses of Operator in com.atlassian.jira.issue.customfields.searchers.transformer
Methods in com.atlassian.jira.issue.customfields.searchers.transformer with parameters of type OperatorModifier and TypeMethodDescriptionprotected boolean
MultiGroupCustomFieldSearchInputTransformer.isValidOperatorForFitness
(Operator operator) protected boolean
MultiSelectCustomFieldSearchInputTransformer.isValidOperatorForFitness
(Operator operator) -
Uses of Operator in com.atlassian.jira.issue.index
Methods in com.atlassian.jira.issue.index that return types with arguments of type OperatorModifier and TypeMethodDescriptionDefaultIndexedChangeHistoryFieldManager.getSupportedOperators
(String fieldName, Set<Operator> operators) IndexedChangeHistoryField.getSupportedOperators
(Set<Operator> operators) IndexedChangeHistoryFieldManager.getSupportedOperators
(String fieldName, Set<Operator> supportedOperators) Method parameters in com.atlassian.jira.issue.index with type arguments of type OperatorModifier and TypeMethodDescriptionDefaultIndexedChangeHistoryFieldManager.getSupportedOperators
(String fieldName, Set<Operator> operators) IndexedChangeHistoryField.getSupportedOperators
(Set<Operator> operators) IndexedChangeHistoryFieldManager.getSupportedOperators
(String fieldName, Set<Operator> supportedOperators) -
Uses of Operator in com.atlassian.jira.issue.search.constants
Fields in com.atlassian.jira.issue.search.constants with type parameters of type OperatorMethods in com.atlassian.jira.issue.search.constants that return types with arguments of type OperatorModifier and TypeMethodDescriptionAllTextSearchConstants.getSupportedOperators()
CommentsFieldSearchConstants.getSupportedOperators()
DefaultClauseInformation.getSupportedOperators()
IssueIdConstants.getSupportedOperators()
IssueKeyConstants.getSupportedOperators()
IssueParentConstants.getSupportedOperators()
PropertyClauseInformation.getSupportedOperators()
SavedFilterSearchConstants.getSupportedOperators()
SimpleFieldSearchConstants.getSupportedOperators()
SimpleFieldSearchConstantsWithEmpty.getSupportedOperators()
UserFieldSearchConstants.getSupportedOperators()
Constructor parameters in com.atlassian.jira.issue.search.constants with type arguments of type OperatorModifierConstructorDescriptionDefaultClauseInformation
(String indexField, ClauseNames names, String fieldId, Set<Operator> supportedOperators, JiraDataType supportedType) DefaultClauseInformation
(String indexField, String jqlClauseName, String fieldId, Set<Operator> supportedOperators, JiraDataType supportedType) SimpleFieldSearchConstants
(String indexField, ClauseNames names, String urlParameter, String searcherId, String fieldId, Set<Operator> supportedOperators, JiraDataType supportedType) SimpleFieldSearchConstants
(String indexField, String jqlClauseName, String urlParameter, String searcherId, String fieldId, Set<Operator> supportedOperators, JiraDataType supportedType) SimpleFieldSearchConstants
(String field, Set<Operator> supportedOperators, JiraDataType supportedType) SimpleFieldSearchConstantsWithEmpty
(String indexField, ClauseNames names, String urlParameter, String searcherId, String emptySelectFlag, String emptyIndexValue, String fieldId, Set<Operator> supportedOperators, JiraDataType supportedType) SimpleFieldSearchConstantsWithEmpty
(String indexField, String jqlClauseName, String urlParameter, String searcherId, String emptySelectFlag, String emptyIndexValue, String fieldId, Set<Operator> supportedOperators, JiraDataType supportedType) SimpleFieldSearchConstantsWithEmpty
(String field, Set<Operator> supportedOperators, JiraDataType supportedType) UserFieldSearchConstants
(String indexField, ClauseNames names, String fieldUrlParameter, String selectUrlParameter, String searcherId, String fieldId, String currentUserSelectFlag, String specificUserSelectFlag, String specificGroupSelectFlag, Set<Operator> supportedOperators) UserFieldSearchConstants
(String indexField, String jqlClauseName, String fieldUrlParameter, String selectUrlParameter, String searcherId, String emptySelectFlag, String fieldId, Set<Operator> supportedOperators) UserFieldSearchConstantsWithEmpty
(String indexField, ClauseNames names, String fieldUrlParameter, String selectUrlParameter, String searcherId, String emptySelectFlag, String fieldId, String currentUserSelectFlag, String specificUserSelectFlag, String specificGroupSelectFlag, String emptyIndexValue, Set<Operator> supportedOperators) UserFieldSearchConstantsWithEmpty
(String indexField, String jqlClauseName, String fieldUrlParameter, String selectUrlParameter, String searcherId, String emptySelectFlag, String fieldId, Set<Operator> supportedOperators) -
Uses of Operator in com.atlassian.jira.issue.search.optimizers
Fields in com.atlassian.jira.issue.search.optimizers with type parameters of type OperatorModifier and TypeFieldDescriptionstatic final com.google.common.collect.ImmutableList<Operator>
DeterminedProjectsInQueryVisitor.ALLOWED_OPERATORS
-
Uses of Operator in com.atlassian.jira.issue.search.searchers.impl
Methods in com.atlassian.jira.issue.search.searchers.impl that return types with arguments of type Operator -
Uses of Operator in com.atlassian.jira.jql
Methods in com.atlassian.jira.jql that return types with arguments of type OperatorModifier and TypeMethodDescriptionClauseInformation.getSupportedOperators()
Provides a set of the supportedOperator
's that this custom field searcher can handle for its searching. -
Uses of Operator in com.atlassian.jira.jql.builder
Methods in com.atlassian.jira.jql.builder with parameters of type OperatorModifier and TypeMethodDescriptionJqlClauseBuilder.addCondition
(String clauseName, Operator operator, Operand operand) Add the JQL conditionclauseName operator operand
to the query being built.JqlClauseBuilder.addCondition
(String clauseName, Operator operator, Operand... operands) Add the JQL conditionclauseName operator (operands)
to the query being built.JqlClauseBuilder.addCondition
(String clauseName, Operator operator, Collection<? extends Operand> operands) Add the JQL conditionclauseName operator (operands)
to the query being built.JqlClauseBuilder.addDateCondition
(String clauseName, Operator operator, Collection<Date> dates) Add the JQL conditionclauseName operator (clauseValues)
to the query being built.JqlClauseBuilder.addDateCondition
(String clauseName, Operator operator, Date date) Add the JQL conditionclausename operator date
to the query being built.JqlClauseBuilder.addDateCondition
(String clauseName, Operator operator, Date... dates) Add the JQL conditionclauseName operator (clauseValues)
to the query being built.JqlClauseBuilder.addFunctionCondition
(String clauseName, Operator operator, String functionName) Add the JQL conditionclauseName operator functionName()
to the query being built.JqlClauseBuilder.addFunctionCondition
(String clauseName, Operator operator, String functionName, String... args) Add the JQL conditionclauseName operator functionName(arg1, arg2, arg3, ..., argN)
to the query being built.JqlClauseBuilder.addFunctionCondition
(String clauseName, Operator operator, String functionName, Collection<String> args) Add the JQL conditionclauseName operator functionName(arg1, arg2, arg3, ..., argN)
to the query being built.JqlClauseBuilder.addNumberCondition
(String clauseName, Operator operator, Long clauseValue) Add the JQL conditionclauseName operator clauseValue
to the query being built.JqlClauseBuilder.addNumberCondition
(String clauseName, Operator operator, Long... clauseValues) Add the JQL conditionclauseName operator (clauseValues)
to the query being built.JqlClauseBuilder.addNumberCondition
(String clauseName, Operator operator, Collection<Long> clauseValues) Add the JQL conditionclauseName operator (clauseValues)
to the query being built.JqlClauseBuilder.addStringCondition
(String clauseName, Operator operator, String clauseValue) Add the JQL conditionclauseName operator "clauseValue"
to the query being built.JqlClauseBuilder.addStringCondition
(String clauseName, Operator operator, String... clauseValues) Add the JQL conditionclauseName operator (clauseValues)
to the query being built.JqlClauseBuilder.addStringCondition
(String clauseName, Operator operator, Collection<String> clauseValues) Add the JQL conditionclauseName operator (clauseValues)
to the query being built. -
Uses of Operator in com.atlassian.jira.jql.context
Method parameters in com.atlassian.jira.jql.context with type arguments of type OperatorModifier and TypeMethodDescription -
Uses of Operator in com.atlassian.jira.jql.operator
Fields in com.atlassian.jira.jql.operator with type parameters of type OperatorModifier and TypeFieldDescriptionOperatorClasses.CHANGE_HISTORY_DATE_PREDICATES
A set of change history predicates that support date searching.OperatorClasses.CHANGE_HISTORY_OPERATORS
A set of change history operatorsOperatorClasses.CHANGE_HISTORY_PREDICATES
A set of change history predicates.OperatorClasses.CHANGE_HISTORY_VALUE_PREDICATES
A set of change history predicates.OperatorClasses.EMPTY_ONLY_OPERATORS
A set of operators that work exclusively on the EMPTY clause.OperatorClasses.EMPTY_OPERATORS
A set of operators that can work on the EMPTY clause.OperatorClasses.EQUALITY_AND_RELATIONAL
OperatorClasses.EQUALITY_AND_RELATIONAL_AND_TEXT_WITH_EMPTY
OperatorClasses.EQUALITY_AND_RELATIONAL_WITH_EMPTY
OperatorClasses.EQUALITY_OPERATORS
The set of operators that a clause needs to support if it supports the EQUALS operator.OperatorClasses.EQUALITY_OPERATORS_WITH_EMPTY
A set of operators that a clause needs to support if it suppors the EQUALS operator and the EMPTY operand.OperatorClasses.LIST_ONLY_OPERATORS
Set of operators that work with lists.OperatorClasses.NEGATIVE_EQUALITY_OPERATORS
Contains NOT_EQUALS, NOT_IN, and IS_NOT.OperatorClasses.NON_RELATIONAL_OPERATORS
A set of all non-relational operators.OperatorClasses.POSITIVE_EQUALITY_OPERATORS
Contains EQUALS, IN, and IS.OperatorClasses.RELATIONAL_ONLY_OPERATORS
Contains GREATER_THAN, GREATER_THAN_EQUALS, LESS_THAN and LESS_THAN_EQUALS.OperatorClasses.TEXT_OPERATORS
A set of operators that can work on text clauses. -
Uses of Operator in com.atlassian.jira.jql.parser.antlr
Methods in com.atlassian.jira.jql.parser.antlr that return OperatorModifier and TypeMethodDescriptionfinal Operator
JqlParser.historyPredicateOperator()
final Operator
JqlParser.operator()
-
Uses of Operator in com.atlassian.jira.jql.query
Methods in com.atlassian.jira.jql.query with parameters of type OperatorModifier and TypeMethodDescriptionActualValueEqualityQueryFactory.createQueryForEmptyOperand
(String fieldName, Operator operator) ActualValueRelationalQueryFactory.createQueryForEmptyOperand
(String fieldName, Operator operator) DateEqualityQueryFactory.createQueryForEmptyOperand
(String fieldName, Operator operator) DateRelationalQueryFactory.createQueryForEmptyOperand
(String fieldName, Operator operator) EqualityQueryFactory.createQueryForEmptyOperand
(String fieldName, Operator operator) EqualityWithSpecifiedEmptyValueQueryFactory.createQueryForEmptyOperand
(String fieldName, Operator operator) LikeQueryFactory.createQueryForEmptyOperand
(String fieldName, Operator operator) LocalDateEqualityQueryFactory.createQueryForEmptyOperand
(String fieldName, Operator operator) LocalDateRelationalQueryFactory.createQueryForEmptyOperand
(String fieldName, Operator operator) NumberEqualityQueryFactory.createQueryForEmptyOperand
(String fieldName, Operator operator) NumberRelationalQueryFactory.createQueryForEmptyOperand
(String fieldName, Operator operator) OperatorSpecificQueryFactory.createQueryForEmptyOperand
(String fieldName, Operator operator) Generates the query for an operand that has anOperandHandler
that returns true for the isEmpty method.RelationalOperatorIdIndexValueQueryFactory.createQueryForEmptyOperand
(String fieldName, Operator operator) RelationalOperatorMutatedIndexValueQueryFactory.createQueryForEmptyOperand
(String fieldName, Operator operator) VersionLikeQueryFactory.createQueryForEmptyOperand
(String fieldName, Operator operator) VersionSpecificRelationalOperatorQueryFactory.createQueryForEmptyOperand
(String fieldName, Operator operator) AbstractEqualityQueryFactory.createQueryForMultipleValues
(String fieldName, Operator operator, List<QueryLiteral> rawValues) ActualValueEqualityQueryFactory.createQueryForMultipleValues
(String fieldName, Operator operator, List<QueryLiteral> rawValues) ActualValueRelationalQueryFactory.createQueryForMultipleValues
(String fieldName, Operator operator, List<QueryLiteral> rawValues) DateEqualityQueryFactory.createQueryForMultipleValues
(String fieldName, Operator operator, List<QueryLiteral> rawValues) DateRelationalQueryFactory.createQueryForMultipleValues
(String fieldName, Operator operator, List<QueryLiteral> rawValues) LikeQueryFactory.createQueryForMultipleValues
(String fieldName, Operator operator, List<QueryLiteral> rawValues) LocalDateEqualityQueryFactory.createQueryForMultipleValues
(String fieldName, Operator operator, List<QueryLiteral> rawValues) LocalDateRelationalQueryFactory.createQueryForMultipleValues
(String fieldName, Operator operator, List<QueryLiteral> rawValues) NumberEqualityQueryFactory.createQueryForMultipleValues
(String fieldName, Operator operator, List<QueryLiteral> rawValues) NumberRelationalQueryFactory.createQueryForMultipleValues
(String fieldName, Operator operator, List<QueryLiteral> rawValues) OperatorSpecificQueryFactory.createQueryForMultipleValues
(String fieldName, Operator operator, List<QueryLiteral> rawValues) Generates the Query for a list of operand ids.RelationalOperatorIdIndexValueQueryFactory.createQueryForMultipleValues
(String fieldName, Operator operator, List<QueryLiteral> listOfIds) RelationalOperatorMutatedIndexValueQueryFactory.createQueryForMultipleValues
(String fieldName, Operator operator, List<QueryLiteral> rawValues) VersionLikeQueryFactory.createQueryForMultipleValues
(String fieldName, Operator operator, List<QueryLiteral> rawValues) VersionSpecificRelationalOperatorQueryFactory.createQueryForMultipleValues
(String fieldName, Operator operator, List<QueryLiteral> rawValues) AbstractEqualityQueryFactory.createQueryForSingleValue
(String fieldName, Operator operator, List<QueryLiteral> rawValues) ActualValueEqualityQueryFactory.createQueryForSingleValue
(String fieldName, Operator operator, List<QueryLiteral> rawValues) ActualValueRelationalQueryFactory.createQueryForSingleValue
(String fieldName, Operator operator, List<QueryLiteral> rawValues) DateEqualityQueryFactory.createQueryForSingleValue
(String fieldName, Operator operator, List<QueryLiteral> rawValues) DateRelationalQueryFactory.createQueryForSingleValue
(String fieldName, Operator operator, List<QueryLiteral> rawValues) LikeQueryFactory.createQueryForSingleValue
(String fieldName, Operator operator, List<QueryLiteral> rawValues) LocalDateEqualityQueryFactory.createQueryForSingleValue
(String fieldName, Operator operator, List<QueryLiteral> rawValues) LocalDateRelationalQueryFactory.createQueryForSingleValue
(String fieldName, Operator operator, List<QueryLiteral> rawValues) NumberEqualityQueryFactory.createQueryForSingleValue
(String fieldName, Operator operator, List<QueryLiteral> rawValues) NumberRelationalQueryFactory.createQueryForSingleValue
(String fieldName, Operator operator, List<QueryLiteral> rawValues) OperatorSpecificQueryFactory.createQueryForSingleValue
(String fieldName, Operator operator, List<QueryLiteral> rawValues) Generates the Query for a single operand id.RelationalOperatorIdIndexValueQueryFactory.createQueryForSingleValue
(String fieldName, Operator operator, List<QueryLiteral> rawValues) RelationalOperatorMutatedIndexValueQueryFactory.createQueryForSingleValue
(String fieldName, Operator operator, List<QueryLiteral> rawValues) VersionLikeQueryFactory.createQueryForSingleValue
(String fieldName, Operator operator, List<QueryLiteral> rawValues) VersionSpecificRelationalOperatorQueryFactory.createQueryForSingleValue
(String fieldName, Operator operator, List<QueryLiteral> rawValues) LikeQueryFactory.createResult
(String fieldName, List<QueryLiteral> rawValues, Operator operator, boolean handleEmpty) boolean
AbstractEqualityQueryFactory.handlesOperator
(Operator operator) boolean
ActualValueEqualityQueryFactory.handlesOperator
(Operator operator) boolean
ActualValueRelationalQueryFactory.handlesOperator
(Operator operator) boolean
DateEqualityQueryFactory.handlesOperator
(Operator operator) boolean
DateRelationalQueryFactory.handlesOperator
(Operator operator) boolean
LikeQueryFactory.handlesOperator
(Operator operator) boolean
LocalDateEqualityQueryFactory.handlesOperator
(Operator operator) boolean
LocalDateRelationalQueryFactory.handlesOperator
(Operator operator) boolean
NumberEqualityQueryFactory.handlesOperator
(Operator operator) boolean
NumberRelationalQueryFactory.handlesOperator
(Operator operator) boolean
OperatorSpecificQueryFactory.handlesOperator
(Operator operator) boolean
RelationalOperatorIdIndexValueQueryFactory.handlesOperator
(Operator operator) boolean
RelationalOperatorMutatedIndexValueQueryFactory.handlesOperator
(Operator operator) boolean
VersionLikeQueryFactory.handlesOperator
(Operator operator) boolean
VersionSpecificRelationalOperatorQueryFactory.handlesOperator
(Operator operator) Constructor parameters in com.atlassian.jira.jql.query with type arguments of type OperatorModifierConstructorDescriptionAliasedIssuePropertyClauseQueryFactory
(DoubleConverter doubleConverter, JqlDateSupport jqlDateSupport, JqlOperandResolver operandResolver, JiraAuthenticationContext authenticationContext, Property property, IndexDocumentConfiguration.Type type, Set<Operator> operators) -
Uses of Operator in com.atlassian.jira.jql.util
Constructors in com.atlassian.jira.jql.util with parameters of type Operator -
Uses of Operator in com.atlassian.jira.jql.validator
Methods in com.atlassian.jira.jql.validator that return types with arguments of type OperatorModifier and TypeMethodDescriptionstatic Collection<Operator>
EntityPropertyClauseValidator.supportedOperators()
Methods in com.atlassian.jira.jql.validator with parameters of type OperatorModifier and TypeMethodDescriptionstatic boolean
EntityPropertyClauseValidator.isSupportedOperator
(Operator operator) -
Uses of Operator in com.atlassian.query.clause
Methods in com.atlassian.query.clause that return OperatorModifier and TypeMethodDescriptionChangedClause.getOperator()
ChangedClauseImpl.getOperator()
TerminalClause.getOperator()
TerminalClauseImpl.getOperator()
WasClauseImpl.getOperator()
Constructors in com.atlassian.query.clause with parameters of type OperatorModifierConstructorDescriptionChangedClauseImpl
(String field, Operator operator, HistoryPredicate historyPredicate) TerminalClauseImpl
(String name, Operator operator, long operand) Creates a terminal clause with the specified name, operator and turns the long value into aSingleValueOperand
populated with a long value.TerminalClauseImpl
(String name, Operator operator, Operand operand) Creates a terminal clause with the specified name, operator and operand.TerminalClauseImpl
(String name, Operator operator, Operand operand, io.atlassian.fugue.Option<Property> property) Creates a terminal clause with the specified name, operator, operand and property.TerminalClauseImpl
(String name, Operator operator, String operand) Creates a terminal clause with the specified name, operator and turns the string value into aSingleValueOperand
populated with a string value.WasClauseImpl
(String field, Operator operator, Operand operand, HistoryPredicate predicate) -
Uses of Operator in com.atlassian.query.history
Methods in com.atlassian.query.history that return OperatorConstructors in com.atlassian.query.history with parameters of type Operator -
Uses of Operator in com.atlassian.query.operator
Methods in com.atlassian.query.operator that return Operator