public class ConfigurableServiceImpl extends Object implements ConfigurableService
| Constructor and Description |
|---|
ConfigurableServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
NodeRef |
getConfigurationFolder(NodeRef nodeRef)
Get the configuration folder associated with a configuration node
|
boolean |
isConfigurable(NodeRef nodeRef)
Indicates whether a node is configurable or not
|
void |
makeConfigurable(NodeRef nodeRef)
Makes a specified node Configurable.
|
void |
setNodeService(NodeService nodeService) |
public void setNodeService(NodeService nodeService)
public boolean isConfigurable(NodeRef nodeRef)
ConfigurableServiceisConfigurable in interface ConfigurableServicenodeRef - the node referencepublic void makeConfigurable(NodeRef nodeRef)
ConfigurableServiceThis will create the cofigurable folder, associate it as a child of the node and apply the configurable aspect to the node.
makeConfigurable in interface ConfigurableServicenodeRef - the node referencepublic NodeRef getConfigurationFolder(NodeRef nodeRef)
ConfigurableServicegetConfigurationFolder in interface ConfigurableServicenodeRef - the node referenceCopyright © 2005–2020 Alfresco Software. All rights reserved.