org.identityconnectors.framework.common.objects.filter
Class CompositeFilter

java.lang.Object
  extended by 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 Summary
 Filter getLeft()
           
 Filter getRight()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.identityconnectors.framework.common.objects.filter.Filter
accept
 

Method Detail

getLeft

public Filter getLeft()
Returns:
the left side of the composite.

getRight

public Filter getRight()
Returns:
the right side of the composite.


Copyright © 2012. All Rights Reserved.