Interface HoldAgentPeer

All Superinterfaces:
OsidCapsule

public interface HoldAgentPeer extends OsidCapsule

An interface for the peers of the Hold relationship.

  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the Id of the agent.
    Gets the Id of the issue.
  • Method Details

    • getAgentId

      Id getAgentId()
      Gets the Id of the agent.
      Returns:
      the Agent Id
      Compliance:
      mandatory - This method must be implemented.
    • getIssueId

      Id getIssueId()
      Gets the Id of the issue.
      Returns:
      the Issue Id
      Compliance:
      mandatory - This method must be implemented.