| Interface | osid.course.chronicle.AssessmentEntryNotificationSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Description |
This session defines methods to receive notifications on
adds/changes to The two views defined in this session correspond to the
views in the | ||
| Method | getCourseCatalogId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the CourseCatalog Id associated with this session | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCourseCatalog | ||
| Description |
Gets the | ||
| Return | osid.course.CourseCatalog | the course catalog | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | canRegisterForAssessmentEntryNotifications | ||
| 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 | useFederatedCourseCatalogView | ||
| Description |
Federates the view for methods in this session. A federated view will include assessment entries in catalogs which are children of this catalog in the course catalog hierarchy. | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | useIsolatedCourseCatalogView | ||
| Description |
Isolates the view for methods in this session. An isolated view restricts notifications to this course catalog only. | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | reliableAssessmentEntryNotifications | ||
| Description |
Reliable notifications are desired. In reliable mode,
notifications are to be acknowledged using | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | unreliableAssessmentEntryNotifications | ||
| Description |
Unreliable notifications are desired. In unreliable mode, notifications do not need to be acknowledged. | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | acknowledgeAssessmentEntryNotification | ||
| Description |
Acknowledge an assessmeny entry 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 | registerForNewAssessmentEntries | ||
| Description |
Register for notifications of new assessment entries.
| ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForNewAssessmentEntriesForStudent | ||
| Description |
Registers for notification of new assessment entries
for the given student. | ||
| Parameters | osid.id.Id | resourceId | the Id of the Resource to monitor |
| Errors | NULL_ARGUMENT | resourceId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForNewAssessmentEntriesForAssessment | ||
| Description |
Registers for notification of new assessment entries
for the given assessment. | ||
| Parameters | osid.id.Id | assessmentId | the Id of the Assessment to monitor |
| Errors | NULL_ARGUMENT | assessmentId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedAssessmentEntries | ||
| Description |
Registers for notification of updated assessment
entries. | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedAssessmentEntriesForStudent | ||
| Description |
Registers for notification of updated assessment
entries for the given student. | ||
| Parameters | osid.id.Id | resourceId | the Id of the Resource to monitor |
| Errors | NULL_ARGUMENT | resourceId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedAssessmentEntriesForAssessment | ||
| Description |
Registers for notification of updated assessment
entries for the given assessment. | ||
| Parameters | osid.id.Id | assessmentId | the Id of the Assessment to monitor |
| Errors | NULL_ARGUMENT | assessmentId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedAssessmentEntry | ||
| Description |
Registers for notification of an updated assessment
entry. | ||
| Parameters | osid.id.Id | assessmentEntryId | the Id of the AssessmentEntry to monitor |
| Errors | NULL_ARGUMENT | assessmentEntryId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedAssessmentEntries | ||
| Description |
Registers for notification of deleted assessment
entries. | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedAssessmentEntriesForStudent | ||
| Description |
Registers for notification of deleted assessment
entries for the given student. | ||
| Parameters | osid.id.Id | resourceId | the Id of the Resource to monitor |
| Errors | NULL_ARGUMENT | resourceId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedAssessmentEntriesForAssessment | ||
| Description |
Registers for notification of deleted assessment
entries for the given assessment. | ||
| Parameters | osid.id.Id | assessmentId | the Id of the Assessment to monitor |
| Errors | NULL_ARGUMENT | assessmentId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedAssessmentEntry | ||
| Description |
Registers for notification of a deleted assessment
entry. | ||
| Parameters | osid.id.Id | assessmentEntryId | the Id of the AssessmentEntry to monitor |
| Errors | NULL_ARGUMENT | assessmentEntryId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |