Interface ForumNode

All Superinterfaces:
Containable, Identifiable, OsidNode

public interface ForumNode extends OsidNode

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 .

  • Method Details

    • getForum

      Forum getForum()
      Gets the Forum at this node.
      Returns:
      the forum represented by this node
      Compliance:
      mandatory - This method must be implemented.
    • getParentForumNodes

      ForumNodeList getParentForumNodes()
      Gets the parents of this forum.
      Returns:
      the parents of this forum
      Compliance:
      mandatory - This method must be implemented.
    • getChildForumNodes

      ForumNodeList getChildForumNodes()
      Gets the children of this forum.
      Returns:
      the children of this forum
      Compliance:
      mandatory - This method must be implemented.