OSID Logo
OSID Specifications
inventory package
Version 3.0.0
Release Candidate Preview
Interfaceosid.inventory.WarehouseNode
Implementsosid.OsidNode
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.Warehousethe warehouse represented by this node
CompliancemandatoryThis method must be implemented.
MethodgetParentWarehouseNodes
Description

Gets the parents of this warehouse.

Returnosid.inventory.WarehouseNodeListthe parents of this warehouse
CompliancemandatoryThis method must be implemented.
MethodgetChildWarehouseNodes
Description

Gets the children of this warehouse.

Returnosid.inventory.WarehouseNodeListthe children of this warehouse
CompliancemandatoryThis method must be implemented.