java.lang.Object | |
↳ | com.atlassian.jira.jql.operator.OperatorClasses |
Contains classes for operators.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CHANGE_HISTORY_DATE_PREDICATES | A set of change history predicates that support date searching. | ||||||||||
CHANGE_HISTORY_OPERATORS | A set of change history operators | ||||||||||
CHANGE_HISTORY_PREDICATES | A set of change history predicates. | ||||||||||
CHANGE_HISTORY_VALUE_PREDICATES | A set of change history predicates. | ||||||||||
EMPTY_ONLY_OPERATORS | A set of operators that work exclusively on the EMPTY clause. | ||||||||||
EMPTY_OPERATORS | A set of operators that can work on the EMPTY clause. | ||||||||||
EQUALITY_AND_RELATIONAL | A set of EQUALITY_OPERATORS and RELATIONAL_ONLY_OPERATORS . |
||||||||||
EQUALITY_AND_RELATIONAL_WITH_EMPTY | A set of EQUALITY_OPERATORS_WITH_EMPTY and RELATIONAL_ONLY_OPERATORS . |
||||||||||
EQUALITY_OPERATORS | The set of operators that a clause needs to support if it supports the EQUALS operator. | ||||||||||
EQUALITY_OPERATORS_WITH_EMPTY | A set of operators that a clause needs to support if it suppors the EQUALS operator and the EMPTY operand. | ||||||||||
LIST_ONLY_OPERATORS | Set of operators that work with lists. | ||||||||||
NEGATIVE_EQUALITY_OPERATORS | Contains NOT_EQUALS, NOT_IN, and IS_NOT. | ||||||||||
NON_RELATIONAL_OPERATORS | A set of all non-relational operators. | ||||||||||
POSITIVE_EQUALITY_OPERATORS | Contains EQUALS, IN, and IS. | ||||||||||
RELATIONAL_ONLY_OPERATORS | Contains GREATER_THAN, GREATER_THAN_EQUALS, LESS_THAN and LESS_THAN_EQUALS. | ||||||||||
TEXT_OPERATORS | A set of operators that can work on text clauses. |
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
A set of change history predicates that support date searching.
A set of change history predicates.
A set of operators that work exclusively on the EMPTY clause. Contains IS_NOT and IS.
A set of operators that can work on the EMPTY clause. Contains NO_EQUALS, EQUALS, NOT_LIKE, LIKE, IS_NOT, and IS. Also contains the history operators was and was not
A set of EQUALITY_OPERATORS
and RELATIONAL_ONLY_OPERATORS
.
A set of EQUALITY_OPERATORS_WITH_EMPTY
and RELATIONAL_ONLY_OPERATORS
.
The set of operators that a clause needs to support if it supports the EQUALS operator. Cotains EQUALS, NOT_EQUALS, NOT_IN and IN.
A set of operators that a clause needs to support if it suppors the EQUALS operator and the EMPTY operand. Contains EQUALS, NOT_EQUALS, NOT_IN, IN, IS_NOT and IS.
Set of operators that work with lists. Cotnains NOT_IN and IN.
Contains NOT_EQUALS, NOT_IN, and IS_NOT.
A set of all non-relational operators. Contains NOT_EQUALS, EQUALS, NOT_LIKE, LIKE, NOT_IN, IN, IS_NOT, and IS.
Contains GREATER_THAN, GREATER_THAN_EQUALS, LESS_THAN and LESS_THAN_EQUALS.
A set of operators that can work on text clauses. Contains NOT_LIKE, LIKE, IS_NOT, and IS.