Interface RegistrationPeer
- All Superinterfaces:
OsidCapsule
An interface for the peers of the Registration relationship.
-
Method Summary
Modifier and TypeMethodDescriptionGets theIdof the activity bundle.Gets theIdof the student resource.
-
Method Details
-
getActivityBundleId
Id getActivityBundleId()Gets theIdof the activity bundle.- Returns:
- the
ActivityBundleId - Compliance:
mandatory- This method must be implemented.
-
getStudentid
Id getStudentid()Gets theIdof the student resource.- Returns:
- the
ResourceId - Compliance:
mandatory- This method must be implemented.
-