org.identityconnectors.framework.impl.api.local.operations
Class SearchImpl
java.lang.Object
org.identityconnectors.framework.impl.api.local.operations.APIOperationRunner
org.identityconnectors.framework.impl.api.local.operations.ConnectorAPIOperationRunner
org.identityconnectors.framework.impl.api.local.operations.SearchImpl
- All Implemented Interfaces:
- APIOperation, SearchApiOp
public class SearchImpl
- extends ConnectorAPIOperationRunner
- implements SearchApiOp
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SearchImpl
public SearchImpl(ConnectorOperationalContext context,
Connector connector)
- Initializes the operation works.
search
public void search(ObjectClass oclass,
Filter originalFilter,
ResultsHandler handler,
OperationOptions options)
- Call the SPI search routines to return the results to the
SearchImpl.AttributesToGetSearchResultsHandler.
- Specified by:
search in interface SearchApiOp
- See Also:
SearchApiOp#search(Filter, long, long, SearchApiOp.ResultsHandler)
rawSearch
public static void rawSearch(SearchOp<?> search,
ObjectClass oclass,
Filter filter,
ResultsHandler handler,
OperationOptions options)
- Public because it is used by TestHelpersImpl. Raw,
SPI-level search.
- Parameters:
search - The underlying implementation of search
(generally the connector itself)oclass - The object classfilter - The filterhandler - The handleroptions - The options
Copyright © 2011. All Rights Reserved.