OSID Logo
OSID Specifications
forum package
Version 3.1.0
Interfaceosid.forum.ForumNode
Implementsosid.OsidNode
Used Byosid.forum.ForumHierarchySession
osid.forum.ForumNodeList
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 ForumHierarchySession.

MethodgetForum
Description

Gets the Forum at this node.

Returnosid.forum.Forum the forum represented by this node
Compliancemandatory This method must be implemented.
MethodgetParentForumNodes
Description

Gets the parents of this forum.

Returnosid.forum.ForumNodeList the parents of this forum
Compliancemandatory This method must be implemented.
MethodgetChildForumNodes
Description

Gets the children of this forum.

Returnosid.forum.ForumNodeList the children of this forum
Compliancemandatory This method must be implemented.