OSID Logo
OSID Specifications
configuration package
Version 3.1.0
Interfaceosid.configuration.ConfigurationNode
Implementsosid.OsidNode
Used Byosid.configuration.ConfigurationHierarchySession
osid.configuration.ConfigurationNodeList
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.Configuration the configuration represented by this node
Compliancemandatory This method must be implemented.
MethodgetParentConfigurationNodes
Description

Gets the parents of this configuration.

Returnosid.configuration.ConfigurationNodeList the parents of the id
Compliancemandatory This method must be implemented.
MethodgetChildConfigurationNodes
Description

Gets the children of this configuration.

Returnosid.configuration.ConfigurationNodeList the children of this configuration
Compliancemandatory This method must be implemented.