Interface RegistrationPeer

All Superinterfaces:
OsidCapsule

public interface RegistrationPeer extends OsidCapsule

An interface for the peers of the Registration relationship.

  • Method Summary

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

    • getActivityBundleId

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