| Interface | osid.forum.ForumNotificationSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Description |
This session defines methods to receive notifications on
adds/changes to Notifications are triggered with changes to the | ||
| Method | canRegisterForForumNotifications | ||
| 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 | reliableForumNotifications | ||
| Description |
Reliable notifications are desired. In reliable mode,
notifications are to be acknowledged using | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | unreliableForumNotifications | ||
| Description |
Unreliable notifications are desired. In unreliable mode, notifications do not need to be acknowledged. | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | acknowledgeForumNotification | ||
| Description |
Acknowledge a forum 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 | registerForNewForums | ||
| Description |
Register for notifications of new forums. | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedForums | ||
| Description |
Registers for notification of updated forums. | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedForum | ||
| Description |
Registers for notification of an updated forum. | ||
| Parameters | osid.id.Id | forumId | the Id of the Forum to monitor |
| Errors | NULL_ARGUMENT | forumId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedForums | ||
| Description |
Registers for notification of deleted forums. | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedForum | ||
| Description |
Registers for notification of a deleted forum. | ||
| Parameters | osid.id.Id | forumId | the Id of the Forum to monitor |
| Errors | NULL_ARGUMENT | forumId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedForumHierarchy | ||
| Description |
Registers for notification of an updated forum
hierarchy structure. | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedForumHierarchyForAncestors | ||
| Description |
Registers for notification of an updated forum
hierarchy structure. | ||
| Parameters | osid.id.Id | forumId | the Id of the Forum node to monitor |
| Errors | NULL_ARGUMENT | forumId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedForumHierarchyForDescendants | ||
| Description |
Registers for notification of an updated forum
hierarchy structure. | ||
| Parameters | osid.id.Id | forumId | the Id of the Forum node to monitor |
| Errors | NULL_ARGUMENT | forumId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |