public interface CampusNode 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 CampusHierarchySession.
Modifier and Type | Method and Description |
---|---|
Campus |
getCampus()
Gets the
Campus at this node. |
CampusNodeList |
getChildCampusNodes()
Gets the children of this campus.
|
CampusNodeList |
getParentCampusNodes()
Gets the parents of this campus.
|
getChildIds, getParentIds, hasChildren, hasParents, isLeaf, isRoot
getId, isCurrent
isSequestered
Campus getCampus()
Campus
at this node.mandatory
- This method must be implemented. CampusNodeList getParentCampusNodes()
mandatory
- This method must be implemented. CampusNodeList getChildCampusNodes()
mandatory
- This method must be implemented.