OSID Logo
OSID Specifications
blogging package
Version 3.1.0
Interfaceosid.blogging.BlogNode
Implementsosid.OsidNode
Used Byosid.blogging.BlogHierarchySession
osid.blogging.BlogNodeList
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.Blog the blog represented by this node
Compliancemandatory This method must be implemented.
MethodgetParentBlogNodes
Description

Gets the parents of this blog.

Returnosid.blogging.BlogNodeList the parents of this blog
Compliancemandatory This method must be implemented.
MethodgetChildBlogNodes
Description

Gets the children of this blog.

Returnosid.blogging.BlogNodeList the children of this blog
Compliancemandatory This method must be implemented.