Interface ProvisionPeer

All Superinterfaces:
OsidCapsule

public interface ProvisionPeer extends OsidCapsule

An interface for the peers of the Provision relationship.

  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the Id of the broker.
    Gets the Id of the provisionable.
    Gets the Id of the resource.
  • Method Details

    • getBrokerId

      Id getBrokerId()
      Gets the Id of the broker.
      Returns:
      the Broker Id
      Compliance:
      mandatory - This method must be implemented.
    • getProvisionableId

      Id getProvisionableId()
      Gets the Id of the provisionable.
      Returns:
      the Provisionable Id
      Compliance:
      mandatory - This method must be implemented.
    • getResourceId

      Id getResourceId()
      Gets the Id of the resource.
      Returns:
      the Resource Id
      Compliance:
      mandatory - This method must be implemented.