Uses of Class
org.identityconnectors.framework.common.objects.SearchResult
Package
Description
This is the "Service Provider Interface" package.
-
Uses of SearchResult in org.identityconnectors.framework.api.operations
Modifier 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 SearchResult in org.identityconnectors.framework.impl.api
Modifier 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.Modifier and TypeMethodDescriptionvoid
SearchResultsHandlerLoggingProxy.handleResult
(SearchResult result) -
Uses of SearchResult in org.identityconnectors.framework.impl.api.local.operations
Modifier and TypeMethodDescriptionSearchImpl.search
(ObjectClass objectClass, Filter originalFilter, ResultsHandler handler, OperationOptions options) Call the SPI search routines to return the results to theResultsHandler
.Modifier and TypeMethodDescriptionvoid
DuplicateFilteringResultsHandler.handleResult
(SearchResult result) void
FilteredResultsHandler.handleResult
(SearchResult result) void
NormalizingResultsHandler.handleResult
(SearchResult result) void
SearchImpl.AttributesToGetSearchResultsHandler.handleResult
(SearchResult result) -
Uses of SearchResult in org.identityconnectors.framework.impl.test
Modifier 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 SearchResult in org.identityconnectors.framework.spi
Modifier and TypeMethodDescriptionvoid
SearchResultsHandler.handleResult
(SearchResult result) Invoked when the request has completed successfully. -
Uses of SearchResult in org.identityconnectors.test.common.spi
Modifier and TypeMethodDescriptionTestHelpersSpi.search
(SearchOp<?> search, ObjectClass objectClass, Filter filter, ResultsHandler handler, OperationOptions options)