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.
| Modifier and Type | Method and Description |
|---|---|
ConfigurationNodeList |
getChildConfigurationNodes()
Gets the children of this configuration.
|
Configuration |
getConfiguration()
Gets the
Configuration at this node. |
ConfigurationNodeList |
getParentConfigurationNodes()
Gets the parents of this configuration.
|
getChildIds, getParentIds, hasChildren, hasParents, isLeaf, isRootgetId, isCurrentisSequesteredConfiguration getConfiguration()
Configuration at this node.mandatory - This method must be implemented. ConfigurationNodeList getParentConfigurationNodes()
id mandatory - This method must be implemented. ConfigurationNodeList getChildConfigurationNodes()
mandatory - This method must be implemented.