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

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

MethodnewActivityRegistrations
Description

The callback for notifications of new activity registrations.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListactivityRegistrationIdsthe Ids of the new ActivityRegistrations
CompliancemandatoryThis method must be implemented.
MethodchangedActivityRegistrations
Description

The callback for notification of updated activity registrations.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListactivityRegistrationIdsthe Ids of the updated ActivityRegistrations
CompliancemandatoryThis method must be implemented.
MethoddeletedActivityRegistrations
Description

the callback for notification of deleted activity registrations.

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