OSID Logo
OSID Specifications
blogging package
Version 3.0.0
Release Candidate Preview
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.IdnotificationIdthe notification Id
osid.id.IdListblogIdsthe Id of the new Blogs
CompliancemandatoryThis method must be implemented.
MethodchangedBlogs
Description

The callback for notification of updated blogs.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListblogIdsthe Id of the updated Blogs
CompliancemandatoryThis method must be implemented.
MethoddeletedBlogs
Description

The callback for notification of deleted blogs.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListblogIdsthe Id of the deleted Blogs
CompliancemandatoryThis method must be implemented.
MethodchangedChildOfBlogs
Description

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

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListblogIdsthe Ids of the Blogs whose children have changed
CompliancemandatoryThis method must be implemented.