OSID Logo
OSID Specifications
course registration batch package
Version 3.1.0
Interfaceosid.course.registration.batch.RegistrationPeer
Implementsosid.OsidCapsule
Used Byosid.course.registration.batch.RegistrationPeerList
Description

An interface for the peers of the Registration relationship.

MethodgetCourseRegistrationId
Description

Gets the Id of the course registration.

Returnosid.id.Id the CourseRegistration Id
Compliancemandatory This method must be implemented.
MethodgetRegistrationTargetId
Description

Gets the Id of the activity bundle.

Returnosid.id.Id the RegistrationTarget Id
Compliancemandatory This method must be implemented.
MethodgetStudentid
Description

Gets the Id of the student resource.

Returnosid.id.Id the Resource Id
Compliancemandatory This method must be implemented.