public interface DepotNode 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 DepotHierarchySession.
| Modifier and Type | Method and Description |
|---|---|
DepotNodeList |
getChildDepotNodes()
Gets the children of this depot.
|
Depot |
getDepot()
Gets the
Depot at this node. |
DepotNodeList |
getParentDepotNodes()
Gets the parents of this depot.
|
getChildIds, getParentIds, hasChildren, hasParents, isLeaf, isRootgetId, isCurrentisSequesteredDepot getDepot()
Depot at this node.mandatory - This method must be implemented. DepotNodeList getParentDepotNodes()
id mandatory - This method must be implemented. DepotNodeList getChildDepotNodes()
mandatory - This method must be implemented.