OSID Logo
OSID Specifications
blogging package
Version 3.1.0
Interfaceosid.blogging.BlogReceiver
Implementsosid.OsidReceiver
Description

The blog receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Blog objects.

MethodnewBlogs
Description

The callback for notifications of new blogs.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListblogIds the Id of the new Blogs
Compliancemandatory This method must be implemented.
MethodchangedBlogs
Description

The callback for notification of updated blogs.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListblogIds the Id of the updated Blogs
Compliancemandatory This method must be implemented.
MethoddeletedBlogs
Description

The callback for notification of deleted blogs.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListblogIds the Id of the deleted Blogs
Compliancemandatory This method must be implemented.
MethodchangedChildOfBlogs
Description

The callback for notifications of changes to children of blog hierarchy nodes.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListblogIds the Ids of the Blogs whose children have changed
Compliancemandatory This method must be implemented.