OSID Logo
OSID Specifications
checklist package
Version 3.0.0
Release Candidate Preview
Interfaceosid.checklist.TodoNode
Implementsosid.OsidNode
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.Todothe todo represented by this node
CompliancemandatoryThis method must be implemented.
MethodgetParentTodoNodes
Description

Gets the parents of this todo.

Returnosid.checklist.TodoNodeListthe parents of this todo
CompliancemandatoryThis method must be implemented.
MethodgetChildTodoNodes
Description

Gets the children of this todo.

Returnosid.checklist.TodoNodeListthe children of this todo
CompliancemandatoryThis method must be implemented.