OSID Logo
OSID Specifications
forum package
Version 3.0.0
Release Candidate Preview
Interfaceosid.forum.ForumNode
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 ForumHierarchySession.

MethodgetForum
Description

Gets the Forum at this node.

Returnosid.forum.Forumthe forum represented by this node
CompliancemandatoryThis method must be implemented.
MethodgetParentForumNodes
Description

Gets the parents of this forum.

Returnosid.forum.ForumNodeListthe parents of this forum
CompliancemandatoryThis method must be implemented.
MethodgetChildForumNodes
Description

Gets the children of this forum.

Returnosid.forum.ForumNodeListthe children of this forum
CompliancemandatoryThis method must be implemented.