Uses of Interface
org.identityconnectors.framework.common.objects.ResultsHandler
-
-
Uses of ResultsHandler in org.identityconnectors.framework.api.operations
Methods in org.identityconnectors.framework.api.operations with parameters of type ResultsHandler Modifier and Type Method Description SearchResult
SearchApiOp. 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.impl.api
Classes in org.identityconnectors.framework.impl.api that implement ResultsHandler Modifier and Type Class Description class
SearchResultsHandlerLoggingProxy
Methods in org.identityconnectors.framework.impl.api that return ResultsHandler Modifier and Type Method Description ResultsHandler
SearchResultsHandlerLoggingProxy. getOrigHandler()
Methods in org.identityconnectors.framework.impl.api with parameters of type ResultsHandler Modifier and Type Method Description SearchResult
AbstractConnectorFacade. search(ObjectClass objectClass, Filter filter, ResultsHandler handler, OperationOptions options)
Search the resource for all objects that match the object class and filter.Constructors in org.identityconnectors.framework.impl.api with parameters of type ResultsHandler Constructor Description SearchResultsHandlerLoggingProxy(ResultsHandler origHandler, Log log, ConnectorOperationalContext operationalContext)
-
Uses of ResultsHandler in org.identityconnectors.framework.impl.api.local.operations
Classes in org.identityconnectors.framework.impl.api.local.operations that implement ResultsHandler Modifier and Type Class Description class
DuplicateFilteringResultsHandler
class
FilteredResultsHandler
class
NormalizingResultsHandler
static class
SearchImpl.AttributesToGetSearchResultsHandler
Simple results handler that can reduce attributes to only the set of attribute to get.Methods in org.identityconnectors.framework.impl.api.local.operations with parameters of type ResultsHandler Modifier and Type Method Description SearchResult
SearchImpl. search(ObjectClass objectClass, Filter originalFilter, ResultsHandler handler, OperationOptions options)
Call the SPI search routines to return the results to theResultsHandler
.Constructors in org.identityconnectors.framework.impl.api.local.operations with parameters of type ResultsHandler Constructor Description AttributesToGetSearchResultsHandler(ResultsHandler handler, String[] attrsToGet)
FilteredResultsHandler(ResultsHandler handler, Filter filter)
Filter chain for producers.FilteredResultsHandler(ResultsHandler handler, Filter filter, boolean inValidationMode)
NormalizingResultsHandler(ResultsHandler target, ObjectNormalizerFacade normalizer)
-
Uses of ResultsHandler in org.identityconnectors.framework.impl.test
Methods in org.identityconnectors.framework.impl.test with parameters of type ResultsHandler Modifier and Type Method Description SearchResult
TestHelpersImpl. search(SearchOp<?> search, ObjectClass objectClass, Filter filter, ResultsHandler handler, OperationOptions options)
Performs a raw, unfiltered search at the SPI level, eliminating duplicates from the result set. -
Uses of ResultsHandler in org.identityconnectors.framework.spi
Subinterfaces of ResultsHandler in org.identityconnectors.framework.spi Modifier and Type Interface Description interface
SearchResultsHandler
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 ResultsHandler Modifier and Type Method Description void
SearchOp. executeQuery(ObjectClass objectClass, T query, ResultsHandler handler, OperationOptions options)
ConnectorFacade calls this method once for each native query that theSearchOp.createFilterTranslator(ObjectClass, OperationOptions)
produces in response to theFilter
passed intoSearchApiOp.search(org.identityconnectors.framework.common.objects.ObjectClass, org.identityconnectors.framework.common.objects.filter.Filter, org.identityconnectors.framework.common.objects.ResultsHandler, org.identityconnectors.framework.common.objects.OperationOptions)
. -
Uses of ResultsHandler in org.identityconnectors.test.common
Classes in org.identityconnectors.test.common that implement ResultsHandler Modifier and Type Class Description class
ToListResultsHandler
AResultsHandler
which stores all connector objects into a list retrievable withToListResultsHandler.getObjects()
.Methods in org.identityconnectors.test.common with parameters of type ResultsHandler Modifier and Type Method Description static void
TestHelpers. search(SearchOp<?> search, ObjectClass objectClass, Filter filter, ResultsHandler handler, OperationOptions options)
Performs a raw, unfiltered search at the SPI level, eliminating duplicates from the result set. -
Uses of ResultsHandler in org.identityconnectors.test.common.spi
Methods in org.identityconnectors.test.common.spi with parameters of type ResultsHandler Modifier and Type Method Description SearchResult
TestHelpersSpi. search(SearchOp<?> search, ObjectClass objectClass, Filter filter, ResultsHandler handler, OperationOptions options)
-
Uses of ResultsHandler in org.identityconnectors.testconnector
Methods in org.identityconnectors.testconnector with parameters of type ResultsHandler Modifier and Type Method Description void
TstAbstractConnector. executeQuery(ObjectClass objectClass, Filter query, ResultsHandler handler, OperationOptions options)
void
TstConnector. executeQuery(ObjectClass objectClass, String query, ResultsHandler handler, OperationOptions options)
-