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

The callback for notification of updated registration requests.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListregistrationRequestIds the Id of the updated RegistrationRequests
Compliancemandatory This method must be implemented.
MethoddeletedRegistrationRequests
Description

The callback for notification of deleted registration requests.

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