OSID Logo
OSID Specifications
course registration package
Version 3.0.0
Interfaceosid.course.registration.CourseRegistrationReceiver
Implementsosid.OsidReceiver
Description

The course registration receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted CourseRegistration objects.

MethodnewCourseRegistrations
Description

The callback for notifications of new course registrations.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListcourseRegistrationIdsthe Id of the new CourseRegistrations
CompliancemandatoryThis method must be implemented.
MethodchangedCourseRegistrations
Description

The callback for notification of updated course registrations.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListcourseRegistrationIdsthe Id of the updated CourseRegistrations
CompliancemandatoryThis method must be implemented.
MethoddeletedCourseRegistrations
Description

The callback for notification of deleted course registrations.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListcourseRegistrationIdsthe Id of the deleted CourseRegistrations
CompliancemandatoryThis method must be implemented.