org.identityconnectors.framework.common.objects.filter
Class OrFilter
java.lang.Object
org.identityconnectors.framework.common.objects.filter.CompositeFilter
org.identityconnectors.framework.common.objects.filter.OrFilter
- All Implemented Interfaces:
- Filter
public final class OrFilter
- extends CompositeFilter
Constructor Summary |
OrFilter(Filter left,
Filter right)
Takes the result of the left and right filter and ORs them. |
OrFilter
public OrFilter(Filter left,
Filter right)
- Takes the result of the left and right filter and ORs them.
accept
public boolean accept(ConnectorObject obj)
- Takes the result from the left and ORs it w/ the right filter.
- Parameters:
obj
- - The specified ConnectorObject.
- Returns:
true
if the object matches
(that is, satisfies all selection criteria of) this filter;
otherwise false
.- See Also:
Filter.accept(ConnectorObject)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2012. All Rights Reserved.