public final class ToListResultsHandler extends Object implements org.identityconnectors.framework.common.objects.ResultsHandler
ResultsHandler which stores all connector objects into a list
retrievable with getObjects().| Constructor and Description |
|---|
ToListResultsHandler() |
| Modifier and Type | Method and Description |
|---|---|
List<org.identityconnectors.framework.common.objects.ConnectorObject> |
getObjects() |
boolean |
handle(org.identityconnectors.framework.common.objects.ConnectorObject object) |
public boolean handle(org.identityconnectors.framework.common.objects.ConnectorObject object)
handle in interface org.identityconnectors.framework.common.objects.ResultsHandlerpublic List<org.identityconnectors.framework.common.objects.ConnectorObject> getObjects()
Copyright © 2018. All rights reserved.