| Interface | osid.course.registration.request.RegistrationRequestNotificationSession | ||
|---|---|---|---|
| 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.CourseCatalog | the course catalog | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | canRegisterForRegistrationRequestNotifications | ||
| 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 requests 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 | reliableRegistrationRequestNotifications | ||
| Description |
Reliable notifications are desired. In reliable mode,
notifications are to be acknowledged using
| ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | unreliableRegistrationRequestNotifications | ||
| Description |
Unreliable notifications are desired. In unreliable mode, notifications do not need to be acknowledged. | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | acknowledgeRegistrationRequestNotification | ||
| Description |
Acknowledge a registration request 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 | registerForNewRegistrationRequests | ||
| Description |
Register for notifications of new registration
requests.
| ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForNewRegistrationRequestsForRequester | ||
| Description |
Register for notifications of new registration requests
for the given requester.
| ||
| 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 | registerForNewRegistrationRequestsForTerm | ||
| Description |
Register for notifications of new registration requests
for the given term.
| ||
| Parameters | osid.id.Id | termId | the Id of the Term to monitor |
| Errors | NULL_ARGUMENT | termId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedRegistrationRequests | ||
| Description |
Register for notifications of updated registration
requests.
| ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedRegistrationRequestsForRequester | ||
| Description |
Register for notifications of updated registration
requests for the given requester.
| ||
| 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 | registerForChangedRegistrationRequestsForTerm | ||
| Description |
Register for notifications of updated registration
requests for the given term.
| ||
| Parameters | osid.id.Id | termId | the Id of the Term to monitor |
| Errors | NULL_ARGUMENT | termId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedRegistrationRequest | ||
| Description |
Register for notifications of an updated 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 | registerForDeletedRegistrationRequests | ||
| Description |
Registers for notification of deleted registration
requests.
| ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedRegistrationRequestsForRequester | ||
| Description |
Registers for notification of deleted registration
requests for the given requester.
| ||
| 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 | registerForDeletedRegistrationRequestsForTerm | ||
| Description |
Registers for notification of deleted registration
requests for the given term.
| ||
| Parameters | osid.id.Id | termId | the Id of the Term to monitor |
| Errors | NULL_ARGUMENT | termId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedRegistrationRequest | ||
| Description |
Registers for notification of a deleted 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. | |