Package org.forgerock.util.query
Class QueryFilterOperators
java.lang.Object
org.forgerock.util.query.QueryFilterOperators
QueryFilter constants.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
the "and" operator.static final String
the "contains" operator".static final String
the "equals" operator.static final String
a literal "false.static final String
the "greater-than-or-equal" operator.static final String
the "greater-than" operator.static final String
the "less-than-or-equal" operator.static final String
the "less-than" operator.static final String
the "or" operator.static final String
the "not" operator.static final String
the "present" operator.static final String
the "starts-with" operator.static final String
a literal "true". -
Method Summary
-
Field Details
-
AND
the "and" operator.- See Also:
-
NOT
the "or" operator.- See Also:
-
OR
the "not" operator.- See Also:
-
TRUE
a literal "true".- See Also:
-
FALSE
a literal "false.- See Also:
-
PRESENT
the "present" operator.- See Also:
-
EQUALS
the "equals" operator.- See Also:
-
GREATER_THAN
the "greater-than" operator.- See Also:
-
GREATER_EQUAL
the "greater-than-or-equal" operator.- See Also:
-
LESS_THAN
the "less-than" operator.- See Also:
-
LESS_EQUAL
the "less-than-or-equal" operator.- See Also:
-
CONTAINS
the "contains" operator".- See Also:
-
STARTS_WITH
the "starts-with" operator.- See Also:
-