|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.configuration.ConfigurableServiceImpl
public class ConfigurableServiceImpl
Constructor Summary | |
---|---|
ConfigurableServiceImpl()
|
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfigurableServiceImpl()
Method Detail |
---|
public void setNodeService(NodeService nodeService)
public boolean isConfigurable(NodeRef nodeRef)
ConfigurableService
isConfigurable
in interface ConfigurableService
nodeRef
- the node reference
public void makeConfigurable(NodeRef nodeRef)
ConfigurableService
This will create the cofigurable folder, associate it as a child of the node and apply the configurable aspect to the node.
makeConfigurable
in interface ConfigurableService
nodeRef
- the node referencepublic NodeRef getConfigurationFolder(NodeRef nodeRef)
ConfigurableService
getConfigurationFolder
in interface ConfigurableService
nodeRef
- the node reference
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |