OSID Logo
OSID Specifications
checklist package
Version 3.1.0
Interfaceosid.checklist.TodoNode
Implementsosid.OsidNode
Used Byosid.checklist.TodoHierarchySession
osid.checklist.TodoNodeList
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 TodoHierarchySession.

MethodgetTodo
Description

Gets the Todo at this node.

Returnosid.checklist.Todo the todo represented by this node
Compliancemandatory This method must be implemented.
MethodgetParentTodoNodes
Description

Gets the parents of this todo.

Returnosid.checklist.TodoNodeList the parents of this todo
Compliancemandatory This method must be implemented.
MethodgetChildTodoNodes
Description

Gets the children of this todo.

Returnosid.checklist.TodoNodeList the children of this todo
Compliancemandatory This method must be implemented.