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 SearchResultAbstractConnectorFacade.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 TypeMethodDescriptionvoidSearchResultsHandlerLoggingProxy.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 TypeMethodDescriptionvoidDuplicateFilteringResultsHandler.handleResult(SearchResult result) voidFilteredResultsHandler.handleResult(SearchResult result) voidNormalizingResultsHandler.handleResult(SearchResult result) voidSearchImpl.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 TypeMethodDescriptionvoidSearchResultsHandler.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)