Class CompositeFilter
- java.lang.Object
-
- org.identityconnectors.framework.common.objects.filter.CompositeFilter
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<Filter>getFilters()FiltergetLeft()FiltergetRight()
-
-
-
Method Detail
-
getLeft
public Filter getLeft()
- Returns:
- the left side of the composite.
-
getRight
public Filter getRight()
- Returns:
- the right side of the composite.
-
getFilters
public Collection<Filter> getFilters()
-
-