Class ToListResultsHandler
java.lang.Object
org.identityconnectors.test.common.ToListResultsHandler
- All Implemented Interfaces:
ResultsHandler
A
ResultsHandler which stores all connector objects into a list
retrievable with getObjects().-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanhandle(ConnectorObject object) Invoked each time a matchingConnectorObjectis returned from a query request.
-
Constructor Details
-
ToListResultsHandler
public ToListResultsHandler()
-
-
Method Details
-
handle
Description copied from interface:ResultsHandlerInvoked each time a matchingConnectorObjectis returned from a query request.- Specified by:
handlein interfaceResultsHandler- Parameters:
object- The matching ConnectorObject.- Returns:
trueif this handler should continue to be notified of any remaining matching ConnectorObjects, orfalseif the remaining ConnectorObjects should be skipped for some reason (e.g. a client side size limit has been reached or the failed to handle the last item). If returnsfalsethe last items should be considers unhandled and in next page request it should be the first item.
-
getObjects
-