OSID Logo
OSID Specifications
inventory package
Version 3.1.0
Interfaceosid.inventory.StockNode
Implementsosid.OsidNode
Used Byosid.inventory.StockHierarchySession
osid.inventory.StockNodeList
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 StockHierarchySession.

MethodgetStock
Description

Gets the Stock at this node.

Returnosid.inventory.Stock the stock represented by this node
Compliancemandatory This method must be implemented.
MethodgetParentStockNodes
Description

Gets the parents of this stock.

Returnosid.inventory.StockNodeList the parents of this stock
Compliancemandatory This method must be implemented.
MethodgetChildStockNodes
Description

Gets the children of this stock.

Returnosid.inventory.StockNodeList the children of this stock
Compliancemandatory This method must be implemented.