OSID Logo
OSID Specifications
resource package
Version 3.1.0
Interfaceosid.resource.BinNode
Implementsosid.OsidNode
Used Byosid.resource.BinHierarchySession
osid.resource.BinNodeList
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 BinHierarchySession.

MethodgetBin
Description

Gets the Bin at this node.

Returnosid.resource.Bin the bin represented by this node
Compliancemandatory This method must be implemented.
MethodgetParentBinNodes
Description

Gets the parents of this bin.

Returnosid.resource.BinNodeList the parents of the id
Compliancemandatory This method must be implemented.
MethodgetChildBinNodes
Description

Gets the children of this bin.

Returnosid.resource.BinNodeList the children of this bin
Compliancemandatory This method must be implemented.