Interface ICondition

All Known Subinterfaces:
IBaseCondition, IConstantCondition, ICustomCondition, IDynamicCondition
All Known Implementing Classes:
BaseCondition, ConstantCondition, DynamicCondition, 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 Link icon

    Modifier and Type
    Method
    Description
    Retrieves the list of fields needed for evaluation of this condition.
  • Method Details Link icon

    • getFieldPaths Link icon

      List<FieldPath> getFieldPaths()
      Retrieves the list of fields needed for evaluation of this condition.