Interface ConfigurationNode

All Superinterfaces:
Containable, Identifiable, OsidNode

public interface ConfigurationNode extends OsidNode

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 .

  • Method Details

    • getConfiguration

      Configuration getConfiguration()
      Gets the Configuration at this node.
      Returns:
      the configuration represented by this node
      Compliance:
      mandatory - This method must be implemented.
    • getParentConfigurationNodes

      ConfigurationNodeList getParentConfigurationNodes()
      Gets the parents of this configuration.
      Returns:
      the parents of the id
      Compliance:
      mandatory - This method must be implemented.
    • getChildConfigurationNodes

      ConfigurationNodeList getChildConfigurationNodes()
      Gets the children of this configuration.
      Returns:
      the children of this configuration
      Compliance:
      mandatory - This method must be implemented.