public interface ConfigurableService
| 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.
|
boolean isConfigurable(NodeRef nodeRef)
nodeRef - the node referencevoid makeConfigurable(NodeRef nodeRef)
This will create the cofigurable folder, associate it as a child of the node and apply the configurable aspect to the node.
nodeRef - the node referenceCopyright © 2005–2020 Alfresco Software. All rights reserved.