|
Class Summary |
| And |
The And class is a composite dynamic query expression that
successfully matches with a profile only if all nested query expressions
also match with the profile. |
| CompositeQueryExpression |
The CompositeQueryExpression class is the base class for all dynamic
query expressions that are containers of other query expressions. |
| Equals |
The Equals class represents a dynamic query expression that checks
for equality between a profile attribute and a specified value. |
| GreaterThan |
The GreaterThan class represents a dynamic query expression that
checks whether the value of a profile attribute is greater than a specified value. |
| GreaterThanOrEquals |
The GreaterThanOrEquals class represents a dynamic query expression
that checks whether the value of a profile attribute is greater than or equal to a
specified value. |
| HasPrefix |
The HasPrefix class represents a dynamic query expression that
checks whether the value of a profile attribute is prefixed by a specified value. |
| LessThan |
The GreaterThan class represents a dynamic query expression that
checks whether the value of a profile attribute is greater than a specified value. |
| LessThanOrEquals |
The LessThanOrEquals class represents a dynamic query expression
that checks whether the value of a profile attribute is less than or equal to a
specified value. |
| LongestPrefixMatch |
The LongestPrefixMatch class represents a dynamic query expression that
determines if a profile attribute value is the longest prefix match against a
specified value. |
| Not |
The Not class is a composite dynamic query expression that
inverts the match result of its nested query expression. |
| NotEquals |
The NotEquals class represents a dynamic query expression that checks for
for inequality between a profile attribute and a specified value. |
| Or |
The Or class is a composite dynamic query expression that
successfully matches with a profile if any of the nested query expressions
match with the profile. |
| OrderedQueryExpression |
The OrderedQueryExpression class is the base class for all dynamic
query expressions that perform direct binary operator comparisons on profile
attributes values where the type of the profile attribute type exhibits a notion
of total order. |
| QueryCollator |
The QueryCollator class describes a collator that can be
used in dynamic profile queries in a Java serializable form. |
| QueryExpression |
The QueryExpression class is the base class for all dynamic query
expressions. |
| RangeMatch |
The RangeMatch class represents a dynamic query expression that checks
whether the value of a profile attribute lies within a specified range. |
| SimpleQueryExpression |
The SimpleQueryExpression class is the base class for all dynamic
query expressions that perform binary operator comparisons on profile attribute
values. |