Class GetImpl
- java.lang.Object
-
- org.identityconnectors.framework.impl.api.local.operations.GetImpl
-
- All Implemented Interfaces:
APIOperation
,GetApiOp
public class GetImpl extends Object implements GetApiOp
-
-
Field Summary
-
Fields inherited from interface org.identityconnectors.framework.api.operations.APIOperation
NO_TIMEOUT
-
-
Constructor Summary
Constructors Constructor Description GetImpl(SearchApiOp search)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectorObject
getObject(ObjectClass objectClass, Uid uid, OperationOptions options)
Get a particularConnectorObject
based on theUid
.
-
-
-
Constructor Detail
-
GetImpl
public GetImpl(SearchApiOp search)
-
-
Method Detail
-
getObject
public ConnectorObject getObject(ObjectClass objectClass, Uid uid, OperationOptions options)
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.
-
-