Uses of Interface
org.identityconnectors.framework.common.objects.ResultsHandler

Packages that use ResultsHandler
org.identityconnectors.framework.api.operations   
org.identityconnectors.framework.spi.operations   
 

Uses of ResultsHandler in org.identityconnectors.framework.api.operations
 

Methods in org.identityconnectors.framework.api.operations with parameters of type ResultsHandler
 void SearchApiOp.search(ObjectClass oclass, 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.operations
 

Methods in org.identityconnectors.framework.spi.operations with parameters of type ResultsHandler
 void SearchOp.executeQuery(ObjectClass oclass, T query, ResultsHandler handler, OperationOptions options)
          ConnectorFacade calls this method once for each native query that the FilterTranslator produces in response to the Filter passed into SearchApiOp.
 



Copyright © 2012. All Rights Reserved.