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.IdList | gradebookIds | the Ids of the new Gradebooks |
Compliance | mandatory | This method must be implemented. | |
Method | newAncestorGradebook | ||
Description |
The callback for notifications of new gradebook ancestors. | ||
Parameters | osid.id.Id | gradebookId | the Id of the Gradebook |
osid.id.Id | ancestorId | hasRecordType(gradebookRecordType) is false | |
Compliance | mandatory | This method must be implemented. | |
Method | newDescendantGradebook | ||
Description |
The callback for notifications of new gradebook descendants. | ||
Parameters | osid.id.Id | gradebookId | the Id of the Gradebook |
osid.id.Id | descendantId | the Id of the new Gradebook descendant | |
Compliance | mandatory | This method must be implemented. | |
Method | changedGradebooks | ||
Description |
The callback for notification of updated gradebooks. | ||
Parameters | 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.IdList | gradebookIds | the Ids of the deleted Gradebooks |
Compliance | mandatory | This method must be implemented. | |
Method | deletedAncestorGradebook | ||
Description |
The callback for notifications of deleted gradebook ancestors. | ||
Parameters | osid.id.Id | gradebookId | the Id of the Gradebook |
osid.id.Id | ancestorId | the Id of the removed Gradebook ancestor | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedDescendantGradebook | ||
Description |
The callback for notifications of deleted gradebook descendants. | ||
Parameters | osid.id.Id | gradebookId | the Id of the Gradebook |
osid.id.Id | descendantId | the Id of the removed Gradebook descendant | |
Compliance | mandatory | This method must be implemented. | |
Method | restructuredGradebookHierarchy | ||
Description |
The callback for notifications of changes to a gradebook hierarchy where the hierarchy needs to refreshed. | ||
Compliance | mandatory | This method must be implemented. |