OSID Logo
OSID Specifications
course registration package
Version 3.0.0
Release Candidate Preview
Interfaceosid.course.registration.RegistrationReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewRegistrations
Description

The callback for notifications of new registrations.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListregistrationIdsthe Ids of the new Registrations
CompliancemandatoryThis method must be implemented.
MethodchangedRegistrations
Description

The callback for notification of updated registrations.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListregistrationIdsthe Ids of the updated Registrations
CompliancemandatoryThis method must be implemented.
MethoddeletedRegistrations
Description

The callback for notification of deleted registrations.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListregistrationIdsthe Ids of the deleted Registrations
CompliancemandatoryThis method must be implemented.