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