public interface SystemNode 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 SystemHierarchySession.
| Modifier and Type | Method and Description |
|---|---|
SystemNodeList |
getChildSystemNodes()
Gets the children of this system.
|
SystemNodeList |
getParentSystemNodes()
Gets the parents of this system.
|
System |
getSystem()
Gets the
System at this node. |
getChildIds, getParentIds, hasChildren, hasParents, isLeaf, isRootgetId, isCurrentisSequesteredSystem getSystem()
System at this node.mandatory - This method must be implemented. SystemNodeList getParentSystemNodes()
mandatory - This method must be implemented. SystemNodeList getChildSystemNodes()
mandatory - This method must be implemented.