Uses of Interface
org.identityconnectors.framework.api.operations.SearchApiOp
Package
Description
The Connector API presents a consistent view of any Connector,
regardless of which operations the connector actually implements.
-
Uses of SearchApiOp in org.identityconnectors.framework.api
Modifier and TypeInterfaceDescriptioninterface
Main interface through which an application invokes Connector operations. -
Uses of SearchApiOp in org.identityconnectors.framework.impl.api
Modifier and TypeClassDescriptionclass
Implements all the methods of the facade. -
Uses of SearchApiOp in org.identityconnectors.framework.impl.api.local
Modifier and TypeClassDescriptionclass
Implements all the methods of the facade. -
Uses of SearchApiOp in org.identityconnectors.framework.impl.api.local.operations
-
Uses of SearchApiOp in org.identityconnectors.framework.impl.api.remote
Modifier and TypeClassDescriptionclass
Implements all the methods of the facade -
Uses of SearchApiOp in org.identityconnectors.test.common
Modifier and TypeMethodDescriptionstatic List
<ConnectorObject> TestHelpers.searchToList
(SearchApiOp search, ObjectClass objectClass, Filter filter) static List
<ConnectorObject> TestHelpers.searchToList
(SearchApiOp search, ObjectClass objectClass, Filter filter, OperationOptions options)