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

MethodgetResource
Description

Gets the Resource at this node.

Returnosid.resource.Resourcethe resource represented by this node
CompliancemandatoryThis method must be implemented.
MethodgetParentResourceNodes
Description

Gets the parents of this resource.

Returnosid.resource.ResourceNodeListthe parents of the resource
CompliancemandatoryThis method must be implemented.
MethodgetChildResourceNodes
Description

Gets the children of this resource.

Returnosid.resource.ResourceNodeListthe children of this resource
CompliancemandatoryThis method must be implemented.