public interface ChecklistNode 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 ChecklistHierarchySession.
| Modifier and Type | Method and Description |
|---|---|
Checklist |
getChecklist()
Gets the
Checklist at this node. |
ChecklistNodeList |
getChildChecklistNodes()
Gets the children of this checklist.
|
ChecklistNodeList |
getParentChecklistNodes()
Gets the parents of this checklist.
|
getChildIds, getParentIds, hasChildren, hasParents, isLeaf, isRootgetId, isCurrentisSequesteredChecklist getChecklist()
Checklist at this node.mandatory - This method must be implemented. ChecklistNodeList getParentChecklistNodes()
mandatory - This method must be implemented. ChecklistNodeList getChildChecklistNodes()
mandatory - This method must be implemented.