Uses of Class
org.identityconnectors.framework.common.objects.SearchResult
-
Packages that use SearchResult Package Description org.identityconnectors.framework.api.operations org.identityconnectors.framework.spi 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 SearchResult Modifier and Type Method Description SearchResult
SearchApiOp. 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 SearchResult Modifier and Type Method Description void
SearchResultsHandler. handleResult(SearchResult result)
Invoked when the request has completed successfully.
-