Package com.qfs.condition
Interface ICondition
- All Known Subinterfaces:
ICustomCondition
- All Known Implementing Classes:
FieldComparisonCondition
public interface ICondition
Describes a condition of a
IQuery. A condition decides whether a given data record is
interesting for its associated query.
This interface is used for datastore query conditions. For pivot query conditions, see ICondition.
- Author:
- ActiveViam
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the list of fields needed for evaluation of this condition.
-
Method Details
-
getFieldPaths
Retrieves the list of fields needed for evaluation of this condition.
-