public final class FilteredResultsHandler extends Object implements org.identityconnectors.framework.spi.SearchResultsHandler
| Modifier and Type | Class and Description |
|---|---|
static class |
FilteredResultsHandler.PassThroughFilter
Use a pass through filter to use if a null filter is provided.
|
| Constructor and Description |
|---|
FilteredResultsHandler(org.identityconnectors.framework.common.objects.ResultsHandler handler,
org.identityconnectors.framework.common.objects.filter.Filter filter)
Filter chain for producers.
|
FilteredResultsHandler(org.identityconnectors.framework.common.objects.ResultsHandler handler,
org.identityconnectors.framework.common.objects.filter.Filter filter,
boolean inValidationMode) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
handle(org.identityconnectors.framework.common.objects.ConnectorObject object) |
void |
handleResult(org.identityconnectors.framework.common.objects.SearchResult result) |
public FilteredResultsHandler(org.identityconnectors.framework.common.objects.ResultsHandler handler,
org.identityconnectors.framework.common.objects.filter.Filter filter)
handler - Producer to filter.filter - Filter to use to accept objects.public FilteredResultsHandler(org.identityconnectors.framework.common.objects.ResultsHandler handler,
org.identityconnectors.framework.common.objects.filter.Filter filter,
boolean inValidationMode)
public void handleResult(org.identityconnectors.framework.common.objects.SearchResult result)
handleResult in interface org.identityconnectors.framework.spi.SearchResultsHandlerpublic boolean handle(org.identityconnectors.framework.common.objects.ConnectorObject object)
handle in interface org.identityconnectors.framework.common.objects.ResultsHandlerCopyright © 2018. All rights reserved.