Skip navigation links


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 java.lang.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, 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.

Skip navigation links


Copyright © 2012, Oracle and/or its affiliates. All rights reserved.