OSID Logo
OSID Specifications
course registration package
Version 3.1.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.IdnotificationId the notification Id
osid.id.IdListcourseRegistrationIds the Id of the new CourseRegistrations
Compliancemandatory This method must be implemented.
MethodchangedCourseRegistrations
Description

The callback for notification of updated course registrations.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcourseRegistrationIds the Id of the updated CourseRegistrations
Compliancemandatory This method must be implemented.
MethoddeletedCourseRegistrations
Description

The callback for notification of deleted course registrations.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcourseRegistrationIds the Id of the deleted CourseRegistrations
Compliancemandatory This method must be implemented.