org.identityconnectors.framework.impl.api.local.operations
Class FilteredResultsHandler
java.lang.Object
org.identityconnectors.framework.impl.api.local.operations.FilteredResultsHandler
- All Implemented Interfaces:
- ResultsHandler
public final class FilteredResultsHandler
- extends Object
- implements ResultsHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FilteredResultsHandler
public FilteredResultsHandler(ResultsHandler handler,
Filter filter)
- Filter chain for producers.
- Parameters:
producer - Producer to filter.filter - Filter to use to accept objects.
handle
public boolean handle(ConnectorObject object)
- Specified by:
handle in interface ResultsHandler
Copyright © 2011. All Rights Reserved.