Interface CommissionPeer

All Superinterfaces:
OsidCapsule

public interface CommissionPeer extends OsidCapsule

An interface for the peers of the Commission relationship.

  • Method Summary

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

    • getResourceId

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

      Id getWorkId()
      Gets the Id of the work.
      Returns:
      the Work Id
      Compliance:
      mandatory - This method must be implemented.