public interface AcademyNode 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 AcademyHierarchySession.
| Modifier and Type | Method and Description |
|---|---|
Academy |
getAcademy()
Gets the
Academy at this node. |
AcademyNodeList |
getChildAcademyNodes()
Gets the children of this academy.
|
AcademyNodeList |
getParentAcademyNodes()
Gets the parents of this academy.
|
getChildIds, getParentIds, hasChildren, hasParents, isLeaf, isRootgetId, isCurrentisSequesteredAcademy getAcademy()
Academy at this node.mandatory - This method must be implemented. AcademyNodeList getParentAcademyNodes()
mandatory - This method must be implemented. AcademyNodeList getChildAcademyNodes()
mandatory - This method must be implemented.