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.
Modifier and Type | Method and Description |
---|---|
TodoNodeList |
getChildTodoNodes()
Gets the children of this todo.
|
TodoNodeList |
getParentTodoNodes()
Gets the parents of this todo.
|
Todo |
getTodo()
Gets the
Todo at this node. |
getChildIds, getParentIds, hasChildren, hasParents, isLeaf, isRoot
getId, isCurrent
isSequestered
Todo getTodo()
Todo
at this node.mandatory
- This method must be implemented. TodoNodeList getParentTodoNodes()
mandatory
- This method must be implemented. TodoNodeList getChildTodoNodes()
mandatory
- This method must be implemented.