Interface IssuePeer

All Superinterfaces:
OsidCapsule

public interface IssuePeer extends OsidCapsule

An interface for the peers of the Issue relationship.

  • Method Summary

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

    • getQueueId

      Id getQueueId()
      Gets the Id of the queue.
      Returns:
      the queue 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.