Package fr.becpg.repo.jscript
Class SystemConfigScriptHelper
java.lang.Object
org.alfresco.repo.processor.BaseProcessorExtension
org.alfresco.repo.jscript.BaseScopableProcessorExtension
fr.becpg.repo.jscript.SystemConfigScriptHelper
- All Implemented Interfaces:
org.alfresco.processor.ProcessorExtension,org.alfresco.repo.jscript.Scopeable
public class SystemConfigScriptHelper
extends org.alfresco.repo.jscript.BaseScopableProcessorExtension
SystemConfigScriptHelper class.
- Author:
- matthieu
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconfValue.voidsetSystemConfigurationService(SystemConfigurationService systemConfigurationService) Setter for the fieldsystemConfigurationService.voidupdateConfValue(String propKey, String value) updateConfValue.Methods inherited from class org.alfresco.repo.jscript.BaseScopableProcessorExtension
getScope, setScopeMethods inherited from class org.alfresco.repo.processor.BaseProcessorExtension
getExtensionName, register, setExtensionName, setProcessor
-
Field Details
-
systemConfigurationService
SystemConfigurationService systemConfigurationService
-
-
Constructor Details
-
SystemConfigScriptHelper
public SystemConfigScriptHelper()
-
-
Method Details
-
setSystemConfigurationService
Setter for the field
systemConfigurationService.- Parameters:
systemConfigurationService- aSystemConfigurationServiceobject
-
confValue
confValue.
-
updateConfValue
updateConfValue.
-