java.lang.Object
org.identityconnectors.framework.common.objects.filter.CompositeFilter
All Implemented Interfaces:
Filter
Direct Known Subclasses:
AndFilter, OrFilter

public abstract class CompositeFilter extends Object implements Filter
Useful for the AND, OR, XOR, etc..
  • Method Details

    • 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()