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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetObject(ObjectClass objectClass, Uid uid, OperationOptions options) Get a particularConnectorObjectbased on theUid.
-
Constructor Details
-
GetImpl
-
-
Method Details
-
getObject
Description copied from interface:GetApiOpGet a particularConnectorObjectbased on theUid.- Specified by:
getObjectin 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:
ConnectorObjectbased on theUidprovided ornullif no such object could be found.
-