OSID Logo
OSID Specifications
inventory package
Version 3.0.0
Release Candidate Preview
Interfaceosid.inventory.StockNode
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 StockHierarchySession.

MethodgetStock
Description

Gets the Stock at this node.

Returnosid.inventory.Stockthe stock represented by this node
CompliancemandatoryThis method must be implemented.
MethodgetParentStockNodes
Description

Gets the parents of this stock.

Returnosid.inventory.StockNodeListthe parents of this stock
CompliancemandatoryThis method must be implemented.
MethodgetChildStockNodes
Description

Gets the children of this stock.

Returnosid.inventory.StockNodeListthe children of this stock
CompliancemandatoryThis method must be implemented.