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 net.tirasa.connid.commons.scripted
Methods in net.tirasa.connid.commons.scripted with parameters of type ResultsHandlerModifier and TypeMethodDescriptionvoid
AbstractScriptedConnector.executeQuery
(ObjectClass objectClass, Map<String, Object> query, ResultsHandler handler, OperationOptions options) -
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.impl.api
Classes in org.identityconnectors.framework.impl.api that implement ResultsHandlerMethods in org.identityconnectors.framework.impl.api that return ResultsHandlerMethods in org.identityconnectors.framework.impl.api with parameters of type ResultsHandlerModifier and TypeMethodDescriptionfinal 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 ResultsHandlerModifierConstructorDescriptionSearchResultsHandlerLoggingProxy
(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 ResultsHandlerModifier and TypeClassDescriptionfinal class
final class
class
static class
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 ResultsHandlerModifier and TypeMethodDescriptionSearchImpl.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 ResultsHandlerModifierConstructorDescriptionAttributesToGetSearchResultsHandler
(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 ResultsHandlerModifier and TypeMethodDescriptionTestHelpersImpl.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.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 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 ResultsHandlerModifier and TypeClassDescriptionfinal class
AResultsHandler
which stores all connector objects into a list retrievable withToListResultsHandler.getObjects()
.Methods in org.identityconnectors.test.common with parameters of type ResultsHandlerModifier and TypeMethodDescriptionstatic 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 ResultsHandlerModifier and TypeMethodDescriptionTestHelpersSpi.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 ResultsHandlerModifier and TypeMethodDescriptionvoid
TstAbstractConnector.executeQuery
(ObjectClass objectClass, Filter query, ResultsHandler handler, OperationOptions options) void
TstConnector.executeQuery
(ObjectClass objectClass, String query, ResultsHandler handler, OperationOptions options)