Class CompositeFilter
java.lang.Object
org.identityconnectors.framework.common.objects.filter.CompositeFilter
- All Implemented Interfaces:
Filter
Useful for the AND, OR, XOR, etc..
-
Method Details
-
getLeft
- Returns:
- the left side of the composite.
-
getRight
- Returns:
- the right side of the composite.
-
getFilters
-