Uses of Interface
org.identityconnectors.framework.common.objects.ResultsHandler
Packages that use ResultsHandler
Package
Description
This is the "Service Provider Interface" package.
-
Uses of ResultsHandler in org.identityconnectors.framework.api.operations
Methods in org.identityconnectors.framework.api.operations with parameters of type ResultsHandlerModifier and TypeMethodDescriptionSearchApiOp.search
(ObjectClass objectClass, Filter filter, ResultsHandler handler, OperationOptions options) Search the resource for all objects that match the object class and filter. -
Uses of ResultsHandler in org.identityconnectors.framework.spi
Subinterfaces of ResultsHandler in org.identityconnectors.framework.spiModifier and TypeInterfaceDescriptioninterface
A SearchResultsHandler is a completion handler for consuming the results of a search request. -
Uses of ResultsHandler in org.identityconnectors.framework.spi.operations
Methods in org.identityconnectors.framework.spi.operations with parameters of type ResultsHandlerModifier and TypeMethodDescriptionvoid
SearchOp.executeQuery
(ObjectClass objectClass, T query, ResultsHandler handler, OperationOptions options) ConnectorFacade calls this method once for each native query that the FilterTranslator produces in response to theFilter
passed intoSearchApiOp
.