Uses of Class
org.identityconnectors.framework.common.objects.SearchResult
-
Packages that use SearchResult Package Description org.identityconnectors.framework.api.operations org.identityconnectors.framework.impl.api org.identityconnectors.framework.impl.api.local.operations org.identityconnectors.framework.impl.test org.identityconnectors.framework.spi This is the "Service Provider Interface" package.org.identityconnectors.test.common.spi -
-
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.impl.api
Methods in org.identityconnectors.framework.impl.api that return SearchResult Modifier and Type Method Description 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 SearchResult Modifier and Type Method Description void
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 SearchResult Modifier and Type Method Description SearchResult
SearchImpl. 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 SearchResult Modifier and Type Method Description void
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 SearchResult Modifier and Type Method Description SearchResult
TestHelpersImpl. 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 SearchResult Modifier and Type Method Description void
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 SearchResult Modifier and Type Method Description SearchResult
TestHelpersSpi. search(SearchOp<?> search, ObjectClass objectClass, Filter filter, ResultsHandler handler, OperationOptions options)
-