| Interface | osid.course.registration.request.RegistrationRequestItemNotificationSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Used By | osid.course.registration.request.RegistrationRequestManager | ||
osid.course.registration.request.RegistrationRequestProxyManager | |||
| 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.CourseCatalogList | the course catalog | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | canRegisterForRegistrationRequestItemNotifications | ||
| 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 registration request items 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 notifications to this course catalog only. | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | reliableRegistrationRequestItemNotifications | ||
| Description |
Reliable notifications are desired. In reliable mode,
notifications are to be acknowledged using
| ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | unreliableRegistrationRequestItemNotifications | ||
| Description |
Unreliable notifications are desired. In unreliable mode, notifications do not need to be acknowledged. | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | acknowledgeRegistrationRequestItemNotification | ||
| Description |
Acknowledge a registration request item 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 | registerForNewRegistrationRequestItems | ||
| Description |
Register for notifications of new registration request
items.
| ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForNewRegistrationRequestItemsForRegistrationRequest | ||
| Description |
Register for notifications of new registration request
items for the given registration request.
| ||
| Parameters | osid.id.Id | registrationRequestId | the Id of the RegistrationRequest to monitor |
| Errors | NULL_ARGUMENT | registrationRequestId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedRegistrationRequestItems | ||
| Description |
Register for notifications of updated registration
request items.
| ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedRegistrationRequestItemsForRegistrationRequest | ||
| Description |
Register for notifications of updated registration
request items for thegiven registration request.
| ||
| Parameters | osid.id.Id | registrationRequestId | the Id of the RegistrationRequest to monitor |
| Errors | NULL_ARGUMENT | registrationRequestId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedRegistrationRequestItem | ||
| Description |
Register for notifications of an updated registration
request item.
| ||
| Parameters | osid.id.Id | registrationRequestItemId | the Id of the RegistrationRequestItem to monitor |
| Errors | NULL_ARGUMENT | registrationRequestItemId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedRegistrationRequestItems | ||
| Description |
Registers for notification of deleted registration
request items.
| ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedRegistrationRequestItemsForRegistrationRequest | ||
| Description |
Registers for notification of deleted registration
request items for the given registration request.
| ||
| Parameters | osid.id.Id | registrationRequestId | the Id of the RegistrationRequest to monitor |
| Errors | NULL_ARGUMENT | registrationRequestId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedRegistrationRequestItem | ||
| Description |
Registers for notification of a deleted registration
request item.
| ||
| Parameters | osid.id.Id | registrationRequestItemId | the Id of the RegistrationRequestItem to monitor |
| Errors | NULL_ARGUMENT | registrationRequestItemId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |