org.identityconnectors.framework.common.objects.filter
Class AndFilter
java.lang.Object
org.identityconnectors.framework.common.objects.filter.CompositeFilter
org.identityconnectors.framework.common.objects.filter.AndFilter
- All Implemented Interfaces:
- Filter
public final class AndFilter
- extends CompositeFilter
AndFilter
public AndFilter(Filter left,
Filter right)
- And the the left and right filters.
accept
public boolean accept(ConnectorObject obj)
- Ands the left and right filters.
- 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.