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
DEFAULT_TIMEOUT, NO_TIMEOUT, OPERATION_TIMEOUTS - 
Method Summary
Modifier and TypeMethodDescriptiongetObject(ObjectClass objectClass, Uid uid, OperationOptions options) Get a particularConnectorObjectbased on theUid. 
- 
Method Details
- 
getObject
Get a particularConnectorObjectbased 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:
 ConnectorObjectbased on theUidprovided ornullif no such object could be found.
 
 -