Interface RegistrationPeer

All Superinterfaces:
OsidCapsule

public interface RegistrationPeer extends OsidCapsule

An interface for the peers of the Registration relationship.

  • Method Details

    • getCourseRegistrationId

      Id getCourseRegistrationId()
      Gets the Id of the course registration.
      Returns:
      the CourseRegistration Id
      Compliance:
      mandatory - This method must be implemented.
    • getRegistrationTargetId

      Id getRegistrationTargetId()
      Gets the Id of the activity bundle.
      Returns:
      the RegistrationTarget 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.