Interface BlogReceiver
- All Superinterfaces:
OsidReceiver
The blog receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Blog objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedBlogs(Id notificationId, IdList blogIds) The callback for notification of updated blogs.voidchangedChildOfBlogs(Id notificationId, IdList blogIds) The callback for notifications of changes to children of blog hierarchy nodes.voiddeletedBlogs(Id notificationId, IdList blogIds) The callback for notification of deleted blogs.voidThe callback for notifications of new blogs.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newBlogs
-
changedBlogs
-
deletedBlogs
-
changedChildOfBlogs
The callback for notifications of changes to children of blog hierarchy nodes.- Parameters:
notificationId- the notificationIdblogIds- theIdsof theBlogswhose children have changed- Compliance:
mandatory- This method must be implemented.
-