Interface ConfigurableService

All Known Implementing Classes:
ConfigurableServiceImpl

public interface ConfigurableService
Configurable service interface
Author:
Roy Wetherall
  • Method Details

    • isConfigurable

      boolean isConfigurable(NodeRef nodeRef)
      Indicates whether a node is configurable or not
      Parameters:
      nodeRef - the node reference
      Returns:
      true if the node is configurable, false otherwise
    • makeConfigurable

      void makeConfigurable(NodeRef nodeRef)
      Makes a specified node Configurable.

      This will create the cofigurable folder, associate it as a child of the node and apply the configurable aspect to the node.

      Parameters:
      nodeRef - the node reference
    • getConfigurationFolder

      NodeRef getConfigurationFolder(NodeRef nodeRef)
      Get the configuration folder associated with a configuration node
      Parameters:
      nodeRef - the node reference
      Returns:
      the configuration folder