public interface WarehouseNode 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 WarehouseHierarchySession.
| Modifier and Type | Method and Description |
|---|---|
WarehouseNodeList |
getChildWarehouseNodes()
Gets the children of this warehouse.
|
WarehouseNodeList |
getParentWarehouseNodes()
Gets the parents of this warehouse.
|
Warehouse |
getWarehouse()
Gets the
Warehouse at this node. |
getChildIds, getParentIds, hasChildren, hasParents, isLeaf, isRootgetId, isCurrentisSequesteredWarehouse getWarehouse()
Warehouse at this node.mandatory - This method must be implemented. WarehouseNodeList getParentWarehouseNodes()
mandatory - This method must be implemented. WarehouseNodeList getChildWarehouseNodes()
mandatory - This method must be implemented.