OSID Logo
OSID Specifications
checklist package
Version 3.1.0
Interfaceosid.checklist.ChecklistNode
Implementsosid.OsidNode
Used Byosid.checklist.ChecklistHierarchySession
osid.checklist.ChecklistNodeList
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 ChecklistHierarchySession.

MethodgetChecklist
Description

Gets the Checklist at this node.

Returnosid.checklist.Checklist the checklist represented by this node
Compliancemandatory This method must be implemented.
MethodgetParentChecklistNodes
Description

Gets the parents of this checklist.

Returnosid.checklist.ChecklistNodeList the parents of this checklist
Compliancemandatory This method must be implemented.
MethodgetChildChecklistNodes
Description

Gets the children of this checklist.

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