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.spi
Modifier and TypeMethodDescriptionvoid
SearchResultsHandler.handleResult
(SearchResult result) Invoked when the request has completed successfully.