Uses of Enum Class
com.atlassian.query.operator.Operator
Package
Description
-
Uses of Operator in com.atlassian.jira.index
-
Uses of Operator in com.atlassian.jira.index.property
-
Uses of Operator in com.atlassian.jira.issue.customfields.searchers
Modifier and TypeMethodDescriptionCustomFieldSearcherClauseHandler.getSupportedOperators()
Provides a set of the supportedOperator
's that this custom field searcher can handle for its searching.SimpleCustomFieldSearcherClauseHandler.getSupportedOperators()
ModifierConstructorDescriptionDateRangeSearcherClauseHandler
(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
Modifier and TypeMethodDescriptionprotected boolean
MultiGroupCustomFieldSearchInputTransformer.isValidOperatorForFitness
(Operator operator) protected boolean
MultiSelectCustomFieldSearchInputTransformer.isValidOperatorForFitness
(Operator operator) -
Uses of Operator in com.atlassian.jira.issue.index
Modifier and TypeMethodDescriptionDefaultIndexedChangeHistoryFieldManager.getSupportedOperators
(String fieldName, Set<Operator> operators) IndexedChangeHistoryField.getSupportedOperators
(Set<Operator> operators) IndexedChangeHistoryFieldManager.getSupportedOperators
(String fieldName, Set<Operator> supportedOperators) Modifier 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
Modifier and TypeMethodDescriptionAllTextSearchConstants.getSupportedOperators()
CommentsFieldSearchConstants.getSupportedOperators()
DefaultClauseInformation.getSupportedOperators()
IssueIdConstants.getSupportedOperators()
IssueKeyConstants.getSupportedOperators()
IssueParentConstants.getSupportedOperators()
PropertyClauseInformation.getSupportedOperators()
SavedFilterSearchConstants.getSupportedOperators()
SimpleFieldSearchConstants.getSupportedOperators()
SimpleFieldSearchConstantsWithEmpty.getSupportedOperators()
UserFieldSearchConstants.getSupportedOperators()
ModifierConstructorDescriptionDefaultClauseInformation
(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
Modifier and TypeFieldDescriptionstatic final com.google.common.collect.ImmutableList<Operator>
DeterminedProjectsInQueryVisitor.ALLOWED_OPERATORS
-
Uses of Operator in com.atlassian.jira.issue.search.searchers.impl
-
Uses of Operator in com.atlassian.jira.jql
Modifier 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
Modifier 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
Modifier and TypeMethodDescription -
Uses of Operator in com.atlassian.jira.jql.operator
Modifier 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
Modifier and TypeMethodDescriptionfinal Operator
JqlParser.historyPredicateOperator()
final Operator
JqlParser.operator()
-
Uses of Operator in com.atlassian.jira.jql.query
Modifier 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) ModifierConstructorDescriptionAliasedIssuePropertyClauseQueryFactory
(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
-
Uses of Operator in com.atlassian.jira.jql.validator
Modifier and TypeMethodDescriptionstatic Collection<Operator>
EntityPropertyClauseValidator.supportedOperators()
Modifier and TypeMethodDescriptionstatic boolean
EntityPropertyClauseValidator.isSupportedOperator
(Operator operator) -
Uses of Operator in com.atlassian.query.clause
Modifier and TypeMethodDescriptionChangedClause.getOperator()
ChangedClauseImpl.getOperator()
TerminalClause.getOperator()
TerminalClauseImpl.getOperator()
WasClauseImpl.getOperator()
ModifierConstructorDescriptionChangedClauseImpl
(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
-
Uses of Operator in com.atlassian.query.operator