Interface ChecklistNode

All Superinterfaces:
Containable, Identifiable, OsidNode

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 .

  • Method Details

    • getChecklist

      Checklist getChecklist()
      Gets the Checklist at this node.
      Returns:
      the checklist represented by this node
      Compliance:
      mandatory - This method must be implemented.
    • getParentChecklistNodes

      ChecklistNodeList getParentChecklistNodes()
      Gets the parents of this checklist.
      Returns:
      the parents of this checklist
      Compliance:
      mandatory - This method must be implemented.
    • getChildChecklistNodes

      ChecklistNodeList getChildChecklistNodes()
      Gets the children of this checklist.
      Returns:
      the children of this checklist
      Compliance:
      mandatory - This method must be implemented.