OSID Logo
OSID Specifications
course registration package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListregistrationIds the Ids of the new Registrations
Compliancemandatory This method must be implemented.
MethodchangedRegistrations
Description

The callback for notification of updated registrations.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListregistrationIds the Ids of the updated Registrations
Compliancemandatory This method must be implemented.
MethoddeletedRegistrations
Description

The callback for notification of deleted registrations.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListregistrationIds the Ids of the deleted Registrations
Compliancemandatory This method must be implemented.