Modifier and Type | Method and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
SearchResultsHandlerLoggingProxy |
Modifier and Type | Method and Description |
---|---|
ResultsHandler |
SearchResultsHandlerLoggingProxy.getOrigHandler() |
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
SearchResultsHandlerLoggingProxy(ResultsHandler origHandler,
Log log,
ConnectorOperationalContext operationalContext) |
Modifier and Type | Class and Description |
---|---|
class |
DuplicateFilteringResultsHandler |
class |
FilteredResultsHandler |
class |
NormalizingResultsHandler |
static class |
SearchImpl.AttributesToGetSearchResultsHandler
Simple results handler that can reduce attributes to only the set of attribute to get.
|
Modifier and Type | Method and Description |
---|---|
SearchResult |
SearchImpl.search(ObjectClass objectClass,
Filter originalFilter,
ResultsHandler handler,
OperationOptions options)
Call the SPI search routines to return the results to the
ResultsHandler . |
Constructor and Description |
---|
AttributesToGetSearchResultsHandler(ResultsHandler handler,
String[] attrsToGet) |
FilteredResultsHandler(ResultsHandler handler,
Filter filter)
Filter chain for producers.
|
FilteredResultsHandler(ResultsHandler handler,
Filter filter,
boolean inValidationMode) |
NormalizingResultsHandler(ResultsHandler target,
ObjectNormalizerFacade normalizer) |
Modifier and Type | Method and 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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SearchResultsHandler
A SearchResultsHandler is a completion handler for consuming the results of a
search request.
|
Modifier and Type | Method and Description |
---|---|
void |
SearchOp.executeQuery(ObjectClass objectClass,
T query,
ResultsHandler handler,
OperationOptions options)
ConnectorFacade calls this method once for each native query that the
SearchOp.createFilterTranslator(ObjectClass, OperationOptions) produces in response to the
Filter passed into SearchApiOp.search(org.identityconnectors.framework.common.objects.ObjectClass, org.identityconnectors.framework.common.objects.filter.Filter, org.identityconnectors.framework.common.objects.ResultsHandler, org.identityconnectors.framework.common.objects.OperationOptions) . |
Modifier and Type | Class and Description |
---|---|
class |
ToListResultsHandler
A
ResultsHandler which stores all connector objects into a list
retrievable with ToListResultsHandler.getObjects() . |
Modifier and Type | Method and Description |
---|---|
static void |
TestHelpers.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.
|
Modifier and Type | Method and Description |
---|---|
SearchResult |
TestHelpersSpi.search(SearchOp<?> search,
ObjectClass objectClass,
Filter filter,
ResultsHandler handler,
OperationOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
TstAbstractConnector.executeQuery(ObjectClass objectClass,
Filter query,
ResultsHandler handler,
OperationOptions options) |
void |
TstConnector.executeQuery(ObjectClass objectClass,
String query,
ResultsHandler handler,
OperationOptions options) |
Copyright © 2022. All rights reserved.