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

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

MethodnewRegistrationRequests
Description

The callback for notifications of new registration requests.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListregistrationRequestIdsthe Id of the new RegistrationRequests
CompliancemandatoryThis method must be implemented.
MethodchangedRegistrationRequests
Description

The callback for notification of updated registration requests.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListregistrationRequestIdsthe Id of the updated RegistrationRequests
CompliancemandatoryThis method must be implemented.
MethoddeletedRegistrationRequests
Description

The callback for notification of deleted registration requests.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListregistrationRequestIdsthe Id of the deleted RegistrationRequests
CompliancemandatoryThis method must be implemented.