All Superinterfaces:
APIOperation
All Known Subinterfaces:
ConnectorFacade

public interface GetApiOp extends APIOperation
Get a particular ConnectorObject based on the Uid.
  • Method Details

    • getObject

      ConnectorObject getObject(ObjectClass objectClass, Uid uid, OperationOptions options)
      Get a particular ConnectorObject based on the Uid.
      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 the Uid provided or null if no such object could be found.