| Interface | osid.course.plan.PlanNotificationSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Description |
This session defines methods to receive notifications on
adds/changes to | ||
| 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 | canRegisterForPlanNotifications | ||
| 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 plans in course catalogs which are children of this course 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 retrievals to this course catalog only. | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | reliablePlanNotifications | ||
| Description |
Reliable notifications are desired. In reliable mode,
notifications are to be acknowledged using | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | unreliablePlanNotifications | ||
| Description |
Unreliable notifications are desired. In unreliable mode, notifications do not need to be acknowledged. | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | acknowledgePlanNotification | ||
| Description |
Acknowledge a plan 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 | registerForNewPlans | ||
| Description |
Register for notifications of new plans. | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForNewPlansForSyllabus | ||
| Description |
Register for notifications of new plans for the given
syllabus. | ||
| Parameters | osid.id.Id | syllabusId | the Id of the Syllabus to monitor |
| Errors | NULL_ARGUMENT | syllabusId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForNewPlansForCourseOffering | ||
| Description |
Register for notifications of new plans for the given
course offering. | ||
| Parameters | osid.id.Id | courseOfferingId | the Id of the CourseOffering to monitor |
| Errors | NULL_ARGUMENT | courseOfferingId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedPlans | ||
| Description |
Registers for notification of updated plans. | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedPlansForSyllabus | ||
| Description |
Registers for notification of updated plans for the
given syllabus. | ||
| Parameters | osid.id.Id | syllabusId | the Id of the Syllabus to monitor |
| Errors | NULL_ARGUMENT | syllabusId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedPlansForCourseOffering | ||
| Description |
Registers for notification of updated plans for the
given course offering. | ||
| Parameters | osid.id.Id | courseOfferingId | the Id of the CourseOffering to monitor |
| Errors | NULL_ARGUMENT | courseOfferingId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedPlan | ||
| Description |
Registers for notification of an updated plan. | ||
| Parameters | osid.id.Id | planId | the Id of the Plan to monitor |
| Errors | NULL_ARGUMENT | planId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedPlans | ||
| Description |
Registers for notification of deleted plans. | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedPlansForSyllabus | ||
| Description |
Registers for notification of deleted plans for the
given syllabus. | ||
| Parameters | osid.id.Id | syllabusId | the Id of the Syllabus to monitor |
| Errors | NULL_ARGUMENT | syllabusId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedPlansForCourseOffering | ||
| Description |
Registers for notification of deleted plans for the
given course offering. | ||
| Parameters | osid.id.Id | courseOfferingId | the Id of the CourseOffering to monitor |
| Errors | NULL_ARGUMENT | courseOfferingId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedPlan | ||
| Description |
Registers for notification of a deleted plan. | ||
| Parameters | osid.id.Id | planId | the Id of the Plan to monitor |
| Errors | NULL_ARGUMENT | planId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |