Interface GetApiOp
- All Superinterfaces:
APIOperation
- All Known Subinterfaces:
ConnectorFacade
Get a particular
ConnectorObject
based on the Uid
.-
Field Summary
Fields inherited from interface org.identityconnectors.framework.api.operations.APIOperation
NO_TIMEOUT
-
Method Summary
Modifier and TypeMethodDescriptiongetObject
(ObjectClass objectClass, Uid uid, OperationOptions options) Get a particularConnectorObject
based on theUid
.
-
Method Details
-
getObject
Get a particularConnectorObject
based on theUid
.- Parameters:
objectClass
- type of object to get.uid
- the unique id of the object that to get.options
- additional options that impact the way this operation is run. May be null.- Returns:
ConnectorObject
based on theUid
provided ornull
if no such object could be found.
-