Class GetImpl
java.lang.Object
org.identityconnectors.framework.impl.api.local.operations.GetImpl
- All Implemented Interfaces:
APIOperation
,GetApiOp
-
Field Summary
Fields inherited from interface org.identityconnectors.framework.api.operations.APIOperation
NO_TIMEOUT
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetObject
(ObjectClass objectClass, Uid uid, OperationOptions options) Get a particularConnectorObject
based on theUid
.
-
Constructor Details
-
GetImpl
-
-
Method Details
-
getObject
Description copied from interface:GetApiOp
Get a particularConnectorObject
based on theUid
.- Specified by:
getObject
in interfaceGetApiOp
- 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.
-