Interface | osid.blogging.BlogReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The blog receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
Method | newBlogs | ||
Description |
The callback for notifications of new blogs. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | blogIds | the Id of the new Blogs | |
Compliance | mandatory | This method must be implemented. | |
Method | changedBlogs | ||
Description |
The callback for notification of updated blogs. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | blogIds | the Id of the updated Blogs | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedBlogs | ||
Description |
The callback for notification of deleted blogs. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | blogIds | the Id of the deleted Blogs | |
Compliance | mandatory | This method must be implemented. | |
Method | changedChildOfBlogs | ||
Description |
The callback for notifications of changes to children of blog hierarchy nodes. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | blogIds | the Ids of the Blogs whose children have
changed | |
Compliance | mandatory | This method must be implemented. |