Interface | osid.grading.transform.GradeSystemTransformNotificationSession | ||
---|---|---|---|
Implements | osid.OsidSession | ||
Description |
This session defines methods to receive notifications on
adds/changes to | ||
Method | getGradebookId | ||
Description |
Gets the | ||
Return | osid.id.Id | the Gradebook Id associated with this session | |
Compliance | mandatory | This method must be implemented. | |
Method | getGradebook | ||
Description |
Gets the | ||
Return | osid.grading.Gradebook | the Gradebook associated with this session | |
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | canRegisterForGradeSystemTransformNotifications | ||
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 | useFederatedGradebookView | ||
Description |
Federates the view for methods in this session. A federated view will include notifications for grade system transforms in gradebooks which are children of this gradebook in the gradebook hierarchy. | ||
Compliance | mandatory | This method is must be implemented. | |
Method | useIsolatedGradebookView | ||
Description |
Isolates the view for methods in this session. An isolated view restricts notifications to this gradebook only. | ||
Compliance | mandatory | This method is must be implemented. | |
Method | registerForNewGradeSystemTransforms | ||
Description |
Register for notifications of new grade system
transforms. | ||
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForChangedGradeSystemTransforms | ||
Description |
Registers for notification of updated grade system
transforms. | ||
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForChangedGradeSystemTransform | ||
Description |
Registers for notification of an updated grade system
transform. | ||
Parameters | osid.id.Id | gradeSystemTransformId | the Id of the grade system transform to monitor |
Errors | NULL_ARGUMENT | gradeSystemTransformId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForDeletedGradeSystemTransforms | ||
Description |
Registers for notification of deleted grade system
transforms. | ||
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForDeletedGradeSystemTransform | ||
Description |
Registers for notification of a deleted grade system
transform. | ||
Parameters | osid.id.Id | gradeSystemTransformId | the Id of the grade system transform to monitor |
Errors | NULL_ARGUMENT | gradeSystemTransformId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. |