public interface ConfigurableService
| Modifier and Type | Method and Description |
|---|---|
org.alfresco.service.cmr.repository.NodeRef |
getConfigurationFolder(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Get the configuration folder associated with a configuration node
|
boolean |
isConfigurable(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Indicates whether a node is configurable or not
|
void |
makeConfigurable(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Makes a specified node Configurable.
|
boolean isConfigurable(org.alfresco.service.cmr.repository.NodeRef nodeRef)
nodeRef - the node referencevoid makeConfigurable(org.alfresco.service.cmr.repository.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 referenceorg.alfresco.service.cmr.repository.NodeRef getConfigurationFolder(org.alfresco.service.cmr.repository.NodeRef nodeRef)
nodeRef - the node referenceCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.