OSID Logo
OSID Specifications
resourcing package
Version 3.0.0
Release Candidate Preview
Interfaceosid.resourcing.FoundryNode
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 FoundryHierarchySession.

MethodgetFoundry
Description

Gets the Foundry at this node.

Returnosid.resourcing.Foundrythe foundry represented by this node
CompliancemandatoryThis method must be implemented.
MethodgetParentFoundryNodes
Description

Gets the parents of this foundry.

Returnosid.resourcing.FoundryNodeListthe parents of this foundry
CompliancemandatoryThis method must be implemented.
MethodgetChildFoundryNodes
Description

Gets the children of this foundry.

Returnosid.resourcing.FoundryNodeListthe children of this foundry
CompliancemandatoryThis method must be implemented.