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 Detail

      • getFieldPaths

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