| Package | Description |
|---|---|
| org.identityconnectors.framework.api.operations | |
| org.identityconnectors.framework.spi |
This is the "Service Provider Interface" package.
|
| org.identityconnectors.framework.spi.operations |
| 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 | 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). |
Copyright © 2018. All rights reserved.