public final class DuplicateFilteringResultsHandler extends Object implements org.identityconnectors.framework.spi.SearchResultsHandler
| Constructor and Description |
|---|
DuplicateFilteringResultsHandler(org.identityconnectors.framework.spi.SearchResultsHandler handler)
Filter chain for producers.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
handle(org.identityconnectors.framework.common.objects.ConnectorObject object) |
void |
handleResult(org.identityconnectors.framework.common.objects.SearchResult result) |
boolean |
isStillHandling() |
public DuplicateFilteringResultsHandler(org.identityconnectors.framework.spi.SearchResultsHandler handler)
handler - Producer to filter.public boolean handle(org.identityconnectors.framework.common.objects.ConnectorObject object)
handle in interface org.identityconnectors.framework.common.objects.ResultsHandlerpublic void handleResult(org.identityconnectors.framework.common.objects.SearchResult result)
handleResult in interface org.identityconnectors.framework.spi.SearchResultsHandlerpublic boolean isStillHandling()
Copyright © 2018. All rights reserved.