| Interface | osid.course.syllabus.DocetReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The docet receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
| Method | newDocets | ||
| Description |
The callback for notifications of new docets. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | docetIds | the Ids of the new Docets | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedDocets | ||
| Description |
The callback for notification of updated docets. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | docetIds | the Ids of the updated Docets | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedDocets | ||
| Description |
the callback for notification of deleted docets. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | docetIds | the Ids of the registered Docets | |
| Compliance | mandatory | This method must be implemented. | |