Package org.alfresco.repo.configuration
Class ConfigurableServiceImpl
java.lang.Object
org.alfresco.repo.configuration.ConfigurableServiceImpl
- All Implemented Interfaces:
ConfigurableService
- Author:
- Roy Wetherall
-
Constructor Summary
Constructors -
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.voidsetNodeService(NodeService nodeService)
-
Constructor Details
-
ConfigurableServiceImpl
public ConfigurableServiceImpl()
-
-
Method Details
-
setNodeService
-
isConfigurable
Description copied from interface:ConfigurableServiceIndicates whether a node is configurable or not- Specified by:
isConfigurablein interfaceConfigurableService- Parameters:
nodeRef- the node reference- Returns:
- true if the node is configurable, false otherwise
-
makeConfigurable
Description copied from interface:ConfigurableServiceMakes 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.
- Specified by:
makeConfigurablein interfaceConfigurableService- Parameters:
nodeRef- the node reference
-
getConfigurationFolder
Description copied from interface:ConfigurableServiceGet the configuration folder associated with a configuration node- Specified by:
getConfigurationFolderin interfaceConfigurableService- Parameters:
nodeRef- the node reference- Returns:
- the configuration folder
-