Class | Description |
---|---|
BooleanLiteral |
A
QueryExpression that represents a boolean constant. |
Contains<ElementType,CollectionType extends Collection<ElementType>> |
A
QueryExpression that checks whether its first argument is contained in the second one. |
Equality<ComparableType> |
A
QueryExpression that checks the equality of its arguments. |
ExpressionMatches |
A
QueryExpression that checks whether a given expression matches a saperion style
filter. |
FieldEquality<Type> |
A
QueryExpression that that the equality of a field with a given parameter. |
FieldIsLessThan<ParameterType extends Comparable<?>> |
A
QueryExpression that checks whether a field is less than a given value. |
GreaterEqual<ComparableType extends Comparable<?>> |
A
QueryExpression that checks whether the first argument is greater than or equal
to the second one. |
GreaterThan<ComparableType extends Comparable<?>> |
A
QueryExpression that checks the first argument is greater than the second. |
Inequality<Type1,Type2> |
A
QueryExpression that checks the inequality of its arguments. |
IsEmpty<ElementType,CollectionType extends Collection<ElementType>> |
A
QueryExpression that checks whether its operand is an empty list. |
IsNotEmpty<ElementType,CollectionType extends Collection<ElementType>> |
A
QueryExpression that checks whether its operand is a non-empty list. |
IsNotNull<Type> |
A
QueryExpression that checks whether its operand is not null. |
IsNull<Type> |
A
QueryExpression that checks whether its operand is null. |
LessEqual<ComparableType extends Comparable<?>> |
A
QueryExpression that checks whether the first argument is less than or equal
to the second one. |
LessThan<ComparableType extends Comparable<?>> |
A
QueryExpression that checks the first argument is less than the second. |
MemberOf<ElementType,CollectionType extends Collection<ElementType>> |
A
QueryExpression that checks whether its first operand is a member
of the second one. |
NotContained<ElementType,CollectionType extends Collection<ElementType>> |
A
QueryExpression that checks whether its first argument is not contained in the second one. |
NotMemberOf<ElementType,CollectionType extends Collection<ElementType>> |
A
QueryPredicate that checks whether its first operand is not a member
of the second one. |
StringFieldStartsWith |
A
QueryExpression that checks whether a string field starts with
a given value. |
Copyright © 2016 SAPERION AG. All rights reserved.