| Class | Description |
|---|---|
| AttributeComparisonPredicate |
Abstract
AttributePredicate subclass involving a check against a single attribute by comparing its value with
a given comparison value. |
| AttributeEqualsPredicate |
AttributeComparisonPredicate checking if attribute value and comparison value are (not) equal. |
| AttributeGreaterThanPredicate |
AttributeComparisonPredicate checking if attribute value is Greater than comparison value. |
| AttributeInListPredicate |
AttributeComparisonPredicate checking if attribute value and comparison value FIXME!. |
| AttributeLikePredicate |
AttributePredicate checking if the attribute value of type string matches a given "like" (or "ilike")
pattern. |
| AttributePredicate |
BOPredicate involving a check against a single attribute. |
| AttributeSmallerThanPredicate |
AttributeComparisonPredicate checking if attribute value is smaller than comparison value. |
| BooleanAttributePredicate |
AttributePredicate where the test result is the value (true or false) of a given boolean attribute. |
| BooleanLiteralPredicate |
FIXME
|
| BOPredicate |
Abstract base class for
Predicate for doing a check on a single BOI. |
| OQLQueryPredicate |
BOPredicate subclass where the conditions are generated by parsing a given OQL query. |
| Exception | Description |
|---|---|
| UnsupportedQueryException |
OQLException subclass used to signal cases where the query is valid in principle but the interpretation can
not (yet) handle it. |
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.