Uses of Interface
org.identityconnectors.framework.api.operations.SearchApiOp
-
Packages that use SearchApiOp Package Description org.identityconnectors.framework.api The Connector API presents a consistent view of any Connector, regardless of which operations the connector actually implements.org.identityconnectors.framework.impl.api org.identityconnectors.framework.impl.api.local org.identityconnectors.framework.impl.api.local.operations org.identityconnectors.framework.impl.api.remote org.identityconnectors.test.common -
-
Uses of SearchApiOp in org.identityconnectors.framework.api
Subinterfaces of SearchApiOp in org.identityconnectors.framework.api Modifier and Type Interface Description interface
ConnectorFacade
Main interface through which an application invokes Connector operations. -
Uses of SearchApiOp in org.identityconnectors.framework.impl.api
Classes in org.identityconnectors.framework.impl.api that implement SearchApiOp Modifier and Type Class Description class
AbstractConnectorFacade
Implements all the methods of the facade. -
Uses of SearchApiOp in org.identityconnectors.framework.impl.api.local
Classes in org.identityconnectors.framework.impl.api.local that implement SearchApiOp Modifier and Type Class Description class
LocalConnectorFacadeImpl
Implements all the methods of the facade. -
Uses of SearchApiOp in org.identityconnectors.framework.impl.api.local.operations
Classes in org.identityconnectors.framework.impl.api.local.operations that implement SearchApiOp Modifier and Type Class Description class
SearchImpl
Constructors in org.identityconnectors.framework.impl.api.local.operations with parameters of type SearchApiOp Constructor Description GetImpl(SearchApiOp search)
-
Uses of SearchApiOp in org.identityconnectors.framework.impl.api.remote
Classes in org.identityconnectors.framework.impl.api.remote that implement SearchApiOp Modifier and Type Class Description class
RemoteConnectorFacadeImpl
Implements all the methods of the facade -
Uses of SearchApiOp in org.identityconnectors.test.common
Methods in org.identityconnectors.test.common with parameters of type SearchApiOp Modifier and Type Method Description static List<ConnectorObject>
TestHelpers. searchToList(SearchApiOp search, ObjectClass objectClass, Filter filter)
static List<ConnectorObject>
TestHelpers. searchToList(SearchApiOp search, ObjectClass objectClass, Filter filter, OperationOptions options)
-