OSID Logo
OSID Specifications
checklist package
Version 3.0.0
Release Candidate Preview
Interfaceosid.checklist.ChecklistNode
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 ChecklistHierarchySession.

MethodgetChecklist
Description

Gets the Checklist at this node.

Returnosid.checklist.Checklistthe checklist represented by this node
CompliancemandatoryThis method must be implemented.
MethodgetParentChecklistNodes
Description

Gets the parents of this checklist.

Returnosid.checklist.ChecklistNodeListthe parents of this checklist
CompliancemandatoryThis method must be implemented.
MethodgetChildChecklistNodes
Description

Gets the children of this checklist.

Returnosid.checklist.ChecklistNodeListthe children of this checklist
CompliancemandatoryThis method must be implemented.