Package org.alfresco.repo.configuration
Interface ConfigurableService
- All Known Implementing Classes:
ConfigurableServiceImpl
public interface ConfigurableService
Configurable service interface
- Author:
- Roy Wetherall
-
Method Summary
Modifier and TypeMethodDescriptiongetConfigurationFolder(NodeRef nodeRef) Get the configuration folder associated with a configuration nodebooleanisConfigurable(NodeRef nodeRef) Indicates whether a node is configurable or notvoidmakeConfigurable(NodeRef nodeRef) Makes a specified node Configurable.
-
Method Details
-
isConfigurable
Indicates whether a node is configurable or not- Parameters:
nodeRef- the node reference- Returns:
- true if the node is configurable, false otherwise
-
makeConfigurable
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
Get the configuration folder associated with a configuration node- Parameters:
nodeRef- the node reference- Returns:
- the configuration folder
-