The interface for oj.CompoundFilterDef
Fields
-
criteria :Array<AttributeFilterDef<D> | AttributeExprFilterDef<D> | CompoundFilterDef<D>>
-
Array of FilterDefs on which to apply the operator
- Since:
- 7.0.0
-
op :string
-
Operator to apply for the filter. Valid operators defined in the CompoundFilterOperator union type are the strings:
- $and The filters in the criteria array will be AND'd.
- $or The filters in the criteria array will be OR'd.
- Since:
- 7.0.0