Interface | osid.course.registration.RegistrationReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The registration receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted registration objects. | ||
Method | newRegistrations | ||
Description |
The callback for notifications of new registrations. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | registrationIds | the Ids of the new Registrations | |
Compliance | mandatory | This method must be implemented. | |
Method | changedRegistrations | ||
Description |
The callback for notification of updated registrations. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | registrationIds | the Ids of the updated Registrations | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedRegistrations | ||
Description |
The callback for notification of deleted registrations. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | registrationIds | the Ids of the deleted Registrations | |
Compliance | mandatory | This method must be implemented. |