OSID Logo
OSID Specifications
configuration package
Version 3.0.0
Release Candidate Preview
Interfaceosid.configuration.ConfigurationNode
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 ConfigurationHierarchySession.

MethodgetConfiguration
Description

Gets the Configuration at this node.

Returnosid.configuration.Configurationthe configuration represented by this node
CompliancemandatoryThis method must be implemented.
MethodgetParentConfigurationNodes
Description

Gets the parents of this configuration.

Returnosid.configuration.ConfigurationNodeListthe parents of the id
CompliancemandatoryThis method must be implemented.
MethodgetChildConfigurationNodes
Description

Gets the children of this configuration.

Returnosid.configuration.ConfigurationNodeListthe children of this configuration
CompliancemandatoryThis method must be implemented.