public class SearchImpl extends ConnectorAPIOperationRunner implements org.identityconnectors.framework.api.operations.SearchApiOp
| Modifier and Type | Class and Description |
|---|---|
static class |
SearchImpl.AttributesToGetSearchResultsHandler
Simple results handler that can reduce attributes to only the set of attribute to get.
|
| Constructor and Description |
|---|
SearchImpl(ConnectorOperationalContext context,
org.identityconnectors.framework.spi.Connector connector)
Initializes the operation works.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
rawSearch(org.identityconnectors.framework.spi.operations.SearchOp<?> search,
org.identityconnectors.framework.common.objects.ObjectClass objectClass,
org.identityconnectors.framework.common.objects.filter.Filter filter,
org.identityconnectors.framework.spi.SearchResultsHandler handler,
org.identityconnectors.framework.common.objects.OperationOptions options)
Public because it is used by TestHelpersImpl.
|
org.identityconnectors.framework.common.objects.SearchResult |
search(org.identityconnectors.framework.common.objects.ObjectClass objectClass,
org.identityconnectors.framework.common.objects.filter.Filter originalFilter,
org.identityconnectors.framework.common.objects.ResultsHandler handler,
org.identityconnectors.framework.common.objects.OperationOptions options)
Call the SPI search routines to return the results to the
ResultsHandler. |
getConnector, getNormalizer, getOperationalContextpublic SearchImpl(ConnectorOperationalContext context, org.identityconnectors.framework.spi.Connector connector)
public org.identityconnectors.framework.common.objects.SearchResult search(org.identityconnectors.framework.common.objects.ObjectClass objectClass,
org.identityconnectors.framework.common.objects.filter.Filter originalFilter,
org.identityconnectors.framework.common.objects.ResultsHandler handler,
org.identityconnectors.framework.common.objects.OperationOptions options)
ResultsHandler.search in interface org.identityconnectors.framework.api.operations.SearchApiOpSearchOp.executeQuery(org.identityconnectors.framework.common.objects.ObjectClass, T, org.identityconnectors.framework.common.objects.ResultsHandler, org.identityconnectors.framework.common.objects.OperationOptions)public static void rawSearch(org.identityconnectors.framework.spi.operations.SearchOp<?> search,
org.identityconnectors.framework.common.objects.ObjectClass objectClass,
org.identityconnectors.framework.common.objects.filter.Filter filter,
org.identityconnectors.framework.spi.SearchResultsHandler handler,
org.identityconnectors.framework.common.objects.OperationOptions options)
search - The underlying implementation of search (generally the connector itself)objectClass - The object classfilter - The filterhandler - The handleroptions - The optionsCopyright © 2018. All rights reserved.