The interface for oj.CompoundFilterOperator
- Deprecated:
Since Description 7.0.0Use CompoundFilter instead.
Fields
-
(static) CompoundOperator :string
-
oj.CompoundOperator enum
The operators are based on the filtering spec of the RFC 7644 SCIM protocol:
SCIM Filtering
- Since:
- 5.0.0
Properties:
Name Type Default Description $andstring $and The filter is only a match if both expressions evaluate to true. $orstring $or The filter is a match if either expression evaluates to true. -
criteria :Array<FilterOperator<D>>
-
Array of FilterOperators on which to apply the operator
- Since:
- 5.0.0
-
op :oj.CompoundFilterOperator.CompoundOperator
-
Operator one of enum oj.CompoundOperator {$and, $or}
- Since:
- 5.0.0