org.identityconnectors.framework.api.operations
Interface GetApiOp
- All Superinterfaces:
- APIOperation
- All Known Subinterfaces:
- ConnectorFacade
public interface GetApiOp
- extends APIOperation
Get a particular ConnectorObject
based on the Uid
.
getObject
ConnectorObject getObject(ObjectClass objClass,
Uid uid,
OperationOptions options)
- Get a particular
ConnectorObject
based on the Uid
.
- Parameters:
objClass
- 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 the Uid
provided or
null
if no such object could be found.
Copyright © 2012. All Rights Reserved.