Interface LogicalFilterComponent

All Superinterfaces:
Component, FilterComponent
All Known Subinterfaces:
GroupFilter
All Known Implementing Classes:
GroupFilterImpl

public interface LogicalFilterComponent extends FilterComponent
Component which can contain other filter components and can be used for filtering entities returned by the DataLoader. The component is related to LogicalCondition which will be used together with query when loading entities into the DataLoader.