See: Description
Class | Description |
---|---|
CustomWrapperAndCondition |
Defines an AND condition in terms of a list of conditions:
CONDITION_1 AND CONDITION_2 AND ...
|
CustomWrapperCondition |
Superclass of all the types of conditions supported by Custom Wrappers.
|
CustomWrapperConditionHolder |
Encapsulates a
CustomWrapperCondition and its representation as a
Map<CustomWrapperFieldExpression, Object> . |
CustomWrapperNotCondition |
Defines a NOT condition in terms of an encapsulated condition:
NOT MY_CONDITION
|
CustomWrapperOrCondition |
Defines an OR condition in terms of a list of conditions:
CONDITION_1 OR CONDITION_2 OR ...
|
CustomWrapperSimpleCondition |
Defines a simple condition in terms of an expression (the left side of the
condition, usually a field's name), an operator and a list of expressions
(the right side of the condition).
|
Copyright © 2024 Denodo Technologies. All rights reserved.