| Interface | osid.grading.GradebookReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The vault receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
| Method | newGradebooks | ||
| Description |
The callback for notifications of new gradebooks. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | gradebookIds | the Ids of the new Gradebooks | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedGradebooks | ||
| Description |
The callback for notification of updated gradebooks. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | gradebookIds | the Ids of the updated Gradebooks | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedGradebooks | ||
| Description |
The callback for notification of deleted gradebooks. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | gradebookIds | the Ids of the deleted Gradebooks | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedChildOfGradebooks | ||
| Description |
The callback for notifications of changes to children of gradebook hierarchy nodes. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | gradebookIds | the Ids of the Gradebooks whose children have
changed | |
| Compliance | mandatory | This method must be implemented. | |