Interface ActivityRegistrationPeer

All Superinterfaces:
OsidCapsule

public interface ActivityRegistrationPeer extends OsidCapsule

An interface for the peers of the ActivityRegistration relationship.

  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the Id of the activity.
    Gets the Id of the registration.
    Gets the Id of the student resource.
  • Method Details

    • getRegistrationId

      Id getRegistrationId()
      Gets the Id of the registration.
      Returns:
      the Registration Id
      Compliance:
      mandatory - This method must be implemented.
    • getActivityId

      Id getActivityId()
      Gets the Id of the activity.
      Returns:
      the Activity Id
      Compliance:
      mandatory - This method must be implemented.
    • getStudentId

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