| Interface | osid.grading.GradebookNotificationSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Used By | osid.grading.GradingManager | ||
osid.grading.GradingProxyManager | |||
| Description |
This session defines methods to receive notifications on
adds/changes to | ||
| Method | canRegisterForGradebookNotifications | ||
| Description |
Tests if this user can register for
| ||
| Return | boolean | false if notification methods are not authorized,
true otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | reliableGradebookNotifications | ||
| Description |
Reliable notifications are desired. In reliable mode,
notifications are to be acknowledged using
| ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | unreliableGradebookNotifications | ||
| Description |
Unreliable notifications are desired. In unreliable mode, notifications do not need to be acknowledged. | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | acknowledgeGradebookNotification | ||
| Description |
Acknowledge a gradebook notification. | ||
| Parameters | osid.id.Id | notificationId | the Id of the notification |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForNewGradebooks | ||
| Description |
Register for notifications of new gradebooks.
| ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedGradebooks | ||
| Description |
Registers for notification of updated gradebooks.
| ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedGradebook | ||
| Description |
Registers for notification of an updated gradebook.
| ||
| Parameters | osid.id.Id | gradebookId | the Id of the gradebook to monitor |
| Errors | NULL_ARGUMENT | gradebookId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedGradebooks | ||
| Description |
Registers for notification of deleted gradebooks.
| ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedGradebook | ||
| Description |
Registers for notification of a deleted gradebook.
| ||
| Parameters | osid.id.Id | gradebookId | the Id of the gradebook to monitor |
| Errors | NULL_ARGUMENT | gradebookId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedGradebookHierarchy | ||
| Description |
Registers for notification of an updated gradebook
hierarchy structure.
| ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedGradebookHierarchyForAncestors | ||
| Description |
Registers for notification of an updated gradebook
hierarchy structure.
| ||
| Parameters | osid.id.Id | gradebookId | the Id of the Gradebook node to monitor |
| Errors | NULL_ARGUMENT | gradebookId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedGradebookHierarchyForDescendants | ||
| Description |
Registers for notification of an updated gradebook
hierarchy structure.
| ||
| Parameters | osid.id.Id | gradebookId | the Id of the Gradebook node to monitor |
| Errors | NULL_ARGUMENT | gradebookId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |