Package com.atlassian.jira.jql.operator
Class OperatorClasses
java.lang.Object
com.atlassian.jira.jql.operator.OperatorClasses
Contains classes for operators.
- Since:
- v4.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionA set of change history predicates that support date searching.A set of change history operatorsA set of change history predicates.A set of change history predicates.A set of operators that work exclusively on the EMPTY clause.A set of operators that can work on the EMPTY clause.A set ofEQUALITY_OPERATORSandRELATIONAL_ONLY_OPERATORS.A set ofEQUALITY_OPERATORS_WITH_EMPTYandRELATIONAL_ONLY_OPERATORS.The set of operators that a clause needs to support if it supports the EQUALS operator.A set of operators that a clause needs to support if it suppors the EQUALS operator and the EMPTY operand.Set of operators that work with lists.Contains NOT_EQUALS, NOT_IN, and IS_NOT.A set of all non-relational operators.Contains EQUALS, IN, and IS.Contains GREATER_THAN, GREATER_THAN_EQUALS, LESS_THAN and LESS_THAN_EQUALS.A set of operators that can work on text clauses. -
Method Summary
-
Field Details
-
NON_RELATIONAL_OPERATORS
A set of all non-relational operators. Contains NOT_EQUALS, EQUALS, NOT_LIKE, LIKE, NOT_IN, IN, IS_NOT, and IS. -
EMPTY_ONLY_OPERATORS
A set of operators that work exclusively on the EMPTY clause. Contains IS_NOT and IS. -
EMPTY_OPERATORS
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 -
TEXT_OPERATORS
A set of operators that can work on text clauses. Contains NOT_LIKE, LIKE, IS_NOT, and IS. -
POSITIVE_EQUALITY_OPERATORS
Contains EQUALS, IN, and IS. -
NEGATIVE_EQUALITY_OPERATORS
Contains NOT_EQUALS, NOT_IN, and IS_NOT. -
EQUALITY_OPERATORS_WITH_EMPTY
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. -
EQUALITY_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. -
LIST_ONLY_OPERATORS
Set of operators that work with lists. Cotnains NOT_IN and IN. -
RELATIONAL_ONLY_OPERATORS
Contains GREATER_THAN, GREATER_THAN_EQUALS, LESS_THAN and LESS_THAN_EQUALS. -
EQUALITY_AND_RELATIONAL
A set ofEQUALITY_OPERATORSandRELATIONAL_ONLY_OPERATORS. -
CHANGE_HISTORY_PREDICATES
A set of change history predicates. -
CHANGE_HISTORY_VALUE_PREDICATES
A set of change history predicates. -
CHANGE_HISTORY_DATE_PREDICATES
A set of change history predicates that support date searching. -
CHANGE_HISTORY_OPERATORS
A set of change history operators -
EQUALITY_AND_RELATIONAL_WITH_EMPTY
A set ofEQUALITY_OPERATORS_WITH_EMPTYandRELATIONAL_ONLY_OPERATORS. -
EQUALITY_AND_RELATIONAL_AND_TEXT_WITH_EMPTY
-
-
Method Details
-
clone
- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-