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.spi
Methods in org.identityconnectors.framework.spi with parameters of type SearchResultModifier and TypeMethodDescriptionvoidSearchResultsHandler.handleResult(SearchResult result) Invoked when the request has completed successfully.