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

An interface for the peers of the CourseRegistration relationship.

MethodgetRegistrationId
Description

Gets the Id of the registration.

Returnosid.id.Id the Registration Id
Compliancemandatory This method must be implemented.
MethodgetCourseOfferingId
Description

Gets the Id of the course offering.

Returnosid.id.Id the CourseOffering 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.