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

An interface for the peers of the ActivityRegistration relationship.

MethodgetCourseRegistrationId
Description

Gets the Id of the course registration.

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

Gets the Id of the activity.

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