Interface BlogNode

All Superinterfaces:
Containable, Identifiable, OsidNode

public interface BlogNode 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 BlogHierarchySession .

  • Method Details

    • getBlog

      Blog getBlog()
      Gets the Blog at this node.
      Returns:
      the blog represented by this node
      Compliance:
      mandatory - This method must be implemented.
    • getParentBlogNodes

      BlogNodeList getParentBlogNodes()
      Gets the parents of this blog.
      Returns:
      the parents of this blog
      Compliance:
      mandatory - This method must be implemented.
    • getChildBlogNodes

      BlogNodeList getChildBlogNodes()
      Gets the children of this blog.
      Returns:
      the children of this blog
      Compliance:
      mandatory - This method must be implemented.