Interface GetApiOp
-
- All Superinterfaces:
APIOperation
- All Known Subinterfaces:
ConnectorFacade
public interface GetApiOp extends APIOperation
Get a particularConnectorObjectbased on theUid.
-
-
Field Summary
-
Fields inherited from interface org.identityconnectors.framework.api.operations.APIOperation
NO_TIMEOUT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConnectorObjectgetObject(ObjectClass objectClass, Uid uid, OperationOptions options)Get a particularConnectorObjectbased on theUid.
-
-
-
Method Detail
-
getObject
ConnectorObject getObject(ObjectClass objectClass, Uid uid, OperationOptions options)
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.
-
-