public final class OperatorClasses extends Object
Modifier and Type | Field and Description |
---|---|
static Set<Operator> |
CHANGE_HISTORY_DATE_PREDICATES
A set of change history predicates that support date searching.
|
static Set<Operator> |
CHANGE_HISTORY_OPERATORS
A set of change history operators
|
static Set<Operator> |
CHANGE_HISTORY_PREDICATES
A set of change history predicates.
|
static Set<Operator> |
CHANGE_HISTORY_VALUE_PREDICATES
A set of change history predicates.
|
static Set<Operator> |
EMPTY_ONLY_OPERATORS
A set of operators that work exclusively on the EMPTY clause.
|
static Set<Operator> |
EMPTY_OPERATORS
A set of operators that can work on the EMPTY clause.
|
static Set<Operator> |
EQUALITY_AND_RELATIONAL
A set of
EQUALITY_OPERATORS and RELATIONAL_ONLY_OPERATORS . |
static Set<Operator> |
EQUALITY_AND_RELATIONAL_AND_TEXT_WITH_EMPTY
|
static Set<Operator> |
EQUALITY_AND_RELATIONAL_WITH_EMPTY
A set of
EQUALITY_OPERATORS_WITH_EMPTY and RELATIONAL_ONLY_OPERATORS . |
static Set<Operator> |
EQUALITY_OPERATORS
The set of operators that a clause needs to support if it supports the EQUALS operator.
|
static Set<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.
|
static Set<Operator> |
LIST_ONLY_OPERATORS
Set of operators that work with lists.
|
static Set<Operator> |
NEGATIVE_EQUALITY_OPERATORS
Contains NOT_EQUALS, NOT_IN, and IS_NOT.
|
static Set<Operator> |
NON_RELATIONAL_OPERATORS
A set of all non-relational operators.
|
static Set<Operator> |
POSITIVE_EQUALITY_OPERATORS
Contains EQUALS, IN, and IS.
|
static Set<Operator> |
RELATIONAL_ONLY_OPERATORS
Contains GREATER_THAN, GREATER_THAN_EQUALS, LESS_THAN and LESS_THAN_EQUALS.
|
static Set<Operator> |
TEXT_OPERATORS
A set of operators that can work on text clauses.
|
public static final Set<Operator> NON_RELATIONAL_OPERATORS
public static final Set<Operator> EMPTY_ONLY_OPERATORS
public static final Set<Operator> EMPTY_OPERATORS
public static final Set<Operator> TEXT_OPERATORS
public static final Set<Operator> POSITIVE_EQUALITY_OPERATORS
public static final Set<Operator> NEGATIVE_EQUALITY_OPERATORS
public static final Set<Operator> EQUALITY_OPERATORS_WITH_EMPTY
public static final Set<Operator> EQUALITY_OPERATORS
public static final Set<Operator> LIST_ONLY_OPERATORS
public static final Set<Operator> RELATIONAL_ONLY_OPERATORS
public static final Set<Operator> EQUALITY_AND_RELATIONAL
EQUALITY_OPERATORS
and RELATIONAL_ONLY_OPERATORS
.public static final Set<Operator> CHANGE_HISTORY_PREDICATES
public static final Set<Operator> CHANGE_HISTORY_VALUE_PREDICATES
public static final Set<Operator> CHANGE_HISTORY_DATE_PREDICATES
public static final Set<Operator> CHANGE_HISTORY_OPERATORS
public static final Set<Operator> EQUALITY_AND_RELATIONAL_WITH_EMPTY
EQUALITY_OPERATORS_WITH_EMPTY
and RELATIONAL_ONLY_OPERATORS
.protected Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
Copyright © 2002-2018 Atlassian. All Rights Reserved.