public interface OublietteNode 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 OublietteHierarchySession.
| Modifier and Type | Method and Description |
|---|---|
OublietteNodeList |
getChildOublietteNodes()
Gets the children of this oubliette.
|
Oubliette |
getOubliette()
Gets the
Oubliette at this node. |
OublietteNodeList |
getParentOublietteNodes()
Gets the parents of this oubliette.
|
getChildIds, getParentIds, hasChildren, hasParents, isLeaf, isRootgetId, isCurrentisSequesteredOubliette getOubliette()
Oubliette at this node.mandatory - This method must be implemented. OublietteNodeList getParentOublietteNodes()
mandatory - This method must be implemented. OublietteNodeList getChildOublietteNodes()
mandatory - This method must be implemented.