OSID Logo
OSID Specifications
blogging package
Version 3.0.0
Release Candidate Preview
Interfaceosid.blogging.BlogNode
Implementsosid.OsidNode
Description

This interface is a container for a partial hierarchy retrieval. The number of hierarchy levels traversable through this interface depend on the number of levels requested in the BlogHierarchySession.

MethodgetBlog
Description

Gets the Blog at this node.

Returnosid.blogging.Blogthe blog represented by this node
CompliancemandatoryThis method must be implemented.
MethodgetParentBlogNodes
Description

Gets the parents of this blog.

Returnosid.blogging.BlogNodeListthe parents of this blog
CompliancemandatoryThis method must be implemented.
MethodgetChildBlogNodes
Description

Gets the children of this blog.

Returnosid.blogging.BlogNodeListthe children of this blog
CompliancemandatoryThis method must be implemented.