OSID Logo
OSID Specifications
inventory package
Version 3.1.0
Interfaceosid.inventory.WarehouseNode
Implementsosid.OsidNode
Used Byosid.inventory.WarehouseHierarchySession
osid.inventory.WarehouseNodeList
Description

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.

MethodgetWarehouse
Description

Gets the Warehouse at this node.

Returnosid.inventory.Warehouse the warehouse represented by this node
Compliancemandatory This method must be implemented.
MethodgetParentWarehouseNodes
Description

Gets the parents of this warehouse.

Returnosid.inventory.WarehouseNodeList the parents of this warehouse
Compliancemandatory This method must be implemented.
MethodgetChildWarehouseNodes
Description

Gets the children of this warehouse.

Returnosid.inventory.WarehouseNodeList the children of this warehouse
Compliancemandatory This method must be implemented.