Interface TodoNode

All Superinterfaces:
Containable, Identifiable, OsidNode

public interface TodoNode 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 TodoHierarchySession .

  • Method Details

    • getTodo

      Todo getTodo()
      Gets the Todo at this node.
      Returns:
      the todo represented by this node
      Compliance:
      mandatory - This method must be implemented.
    • getParentTodoNodes

      TodoNodeList getParentTodoNodes()
      Gets the parents of this todo.
      Returns:
      the parents of this todo
      Compliance:
      mandatory - This method must be implemented.
    • getChildTodoNodes

      TodoNodeList getChildTodoNodes()
      Gets the children of this todo.
      Returns:
      the children of this todo
      Compliance:
      mandatory - This method must be implemented.