OSID Logo
OSID Specifications
resource package
Version 3.1.0
Interfaceosid.resource.ResourceNode
Implementsosid.OsidNode
Used Byosid.resource.GroupHierarchySession
osid.resource.ResourceNodeList
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.Resource the resource represented by this node
Compliancemandatory This method must be implemented.
MethodgetParentResourceNodes
Description

Gets the parents of this resource.

Returnosid.resource.ResourceNodeList the parents of the resource
Compliancemandatory This method must be implemented.
MethodgetChildResourceNodes
Description

Gets the children of this resource.

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