| Interface | osid.course.CourseCatalogNotificationSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Description |
This session defines methods to receive notifications on
adds/changes to | ||
| Method | canRegisterForCourseCatalogNotifications | ||
| 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 | reliableCourseCatalogNotifications | ||
| Description |
Reliable notifications are desired. In reliable mode,
notifications are to be acknowledged using | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | unreliableCourseCatalogNotifications | ||
| Description |
Unreliable notifications are desired. In unreliable mode, notifications do not need to be acknowledged. | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | acknowledgeCourseCatalogNotification | ||
| Description |
Acknowledge a course catalog 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 | registerForNewCourseCatalogs | ||
| Description |
Register for notifications of new course catalogs.
| ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedCourseCatalogs | ||
| Description |
Registers for notification of updated course catalogs.
| ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedCourseCatalog | ||
| Description |
Registers for notification of an updated course
catalog. | ||
| Parameters | osid.id.Id | courseCatalogId | the Id of the CourseCatalog to monitor |
| Errors | NULL_ARGUMENT | courseCatalogId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedCourseCatalogs | ||
| Description |
Registers for notification of deleted course catalogs.
| ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedCourseCatalog | ||
| Description |
Registers for notification of a deleted course catalog.
| ||
| Parameters | osid.id.Id | courseCatalogId | the Id of the CourseCatalog to monitor |
| Errors | NULL_ARGUMENT | courseCatalogId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedCourseCatalogHierarchy | ||
| Description |
Registers for notification of an updated course catalog
hierarchy structure. | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedCourseCatalogHierarchyForAncestors | ||
| Description |
Registers for notification of an updated course catalog
hierarchy structure. | ||
| Parameters | osid.id.Id | courseCatalogId | the Id of the CourseCatalo node to monitor |
| Errors | NULL_ARGUMENT | courseCatalogId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedCourseCatalogHierarchyForDescendants | ||
| Description |
Registers for notification of an updated course catalog
hierarchy structure. | ||
| Parameters | osid.id.Id | courseCatalogId | the Id of the CourseCatalo node to monitor |
| Errors | NULL_ARGUMENT | courseCatalogId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |