OSID Logo
OSID Specifications
resource package
Version 3.0.0
Release Candidate Preview
Interfaceosid.resource.BinNode
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 BinHierarchySession.

MethodgetBin
Description

Gets the Bin at this node.

Returnosid.resource.Binthe bin represented by this node
CompliancemandatoryThis method must be implemented.
MethodgetParentBinNodes
Description

Gets the parents of this bin.

Returnosid.resource.BinNodeListthe parents of the id
CompliancemandatoryThis method must be implemented.
MethodgetChildBinNodes
Description

Gets the children of this bin.

Returnosid.resource.BinNodeListthe children of this bin
CompliancemandatoryThis method must be implemented.