public class QueryFilterOperators extends Object
Modifier and Type | Field and Description |
---|---|
static String |
AND
the "and" operator
|
static String |
CONTAINS
the "contains" operator"
|
static String |
EQUALS
the "equals" operator
|
static String |
FALSE
a literal "false
|
static String |
GREATER_EQUAL
the "greater-than-or-equal" operator
|
static String |
GREATER_THAN
the "greater-than" operator
|
static String |
LESS_EQUAL
the "less-than-or-equal" operator
|
static String |
LESS_THAN
the "less-than" operator
|
static String |
NOT
the "or" operator
|
static String |
OR
the "not" operator
|
static String |
PRESENT
the "present" operator
|
static String |
STARTS_WITH
the "starts-with" operator
|
static String |
TRUE
a literal "true"
|
public static final String AND
public static final String NOT
public static final String OR
public static final String TRUE
public static final String FALSE
public static final String PRESENT
public static final String EQUALS
public static final String GREATER_THAN
public static final String GREATER_EQUAL
public static final String LESS_THAN
public static final String LESS_EQUAL
public static final String CONTAINS
public static final String STARTS_WITH
Copyright 2011-2015 ForgeRock AS.