| Interface | osid.blogging.BlogNotificationSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Description | 
                 This session defines methods to receive notifications on 
                adds/changes to   | ||
| Method | canRegisterForBlogNotifications | ||
| 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 | reliableBlogNotifications | ||
| Description | 
                     Reliable notifications are desired. In reliable mode, 
                    notifications are to be acknowledged using   | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | unreliableBlogNotifications | ||
| Description | 
                     Unreliable notifications are desired. In unreliable mode, notifications do not need to be acknowledged.  | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | acknowledgeBlogNotification | ||
| Description | 
                     Acknowledge a blog 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 | registerForNewBlogs | ||
| Description | 
                     Register for notifications of new blogs.   | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedBlogs | ||
| Description | 
                     Registers for notification of updated blogs.   | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedBlog | ||
| Description | 
                     Registers for notification of an updated blog.   | ||
| Parameters | osid.id.Id | blogId | the  Id  of the Blog to monitor  | 
| Errors | NULL_ARGUMENT |  blogId  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedBlogs | ||
| Description | 
                     Registers for notification of deleted blogs.   | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedBlog | ||
| Description | 
                     Registers for notification of a deleted blog.   | ||
| Parameters | osid.id.Id | blogId | the  Id  of the  Blog  to monitor  | 
| Errors | NULL_ARGUMENT |  blogId  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedBlogHierarchy | ||
| Description | 
                     Registers for notification of an updated blog hierarchy 
                    structure.   | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedBlogHierarchyForAncestors | ||
| Description | 
                     Registers for notification of an updated blog hierarchy 
                    structure.   | ||
| Parameters | osid.id.Id | blogId | the  Id  of the  Blog  node to monitor  | 
| Errors | NULL_ARGUMENT |  blogId  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedBlogHierarchyForDescendants | ||
| Description | 
                     Registers for notification of an updated blog hierarchy 
                    structure.   | ||
| Parameters | osid.id.Id | blogId | the  Id  of the  Blog  node to monitor  | 
| Errors | NULL_ARGUMENT |  blogId  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |