Class ExecuteScriptAction
java.lang.Object
org.alfresco.repo.action.CommonResourceAbstractBase
org.alfresco.repo.action.ParameterizedItemAbstractBase
org.alfresco.repo.action.executer.ActionExecuterAbstractBase
org.alfresco.repo.action.executer.ScriptActionExecuter
org.alfresco.module.org_alfresco_module_rm.action.dm.ExecuteScriptAction
- All Implemented Interfaces:
ActionExecuter
,LoggingAwareExecuter
,org.springframework.beans.factory.Aware
,org.springframework.beans.factory.BeanNameAware
Executes a JavaScript
Note: This is a 'normal' dm action, rather than a records management action.
- Author:
- Craig Tan
-
Field Summary
Fields inherited from class org.alfresco.repo.action.executer.ScriptActionExecuter
NAME, PARAM_SCRIPTREF
Fields inherited from class org.alfresco.repo.action.executer.ActionExecuterAbstractBase
actionAccessRestrictions, actionDefinition, applicableTypes, publicAction
Fields inherited from class org.alfresco.repo.action.ParameterizedItemAbstractBase
adhocPropertiesAllowed, DISPLAY_LABEL, runtimeActionService
Fields inherited from class org.alfresco.repo.action.CommonResourceAbstractBase
name
Fields inherited from interface org.alfresco.repo.action.executer.ActionExecuter
PARAM_RESULT
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
addParameterDefinitions
(List<ParameterDefinition> paramList) Methods inherited from class org.alfresco.repo.action.executer.ScriptActionExecuter
executeImpl, getAdhocPropertiesAllowed, setCompanyHomePath, setPersonService, setScriptLocation, setServiceRegistry, setStoreUrl, setSysAdminParams
Methods inherited from class org.alfresco.repo.action.executer.ActionExecuterAbstractBase
createActionDefinition, execute, getActionAccessRestrictions, getActionDefinition, getIgnoreLock, getQueueName, getTrackStatus, init, isApplicableType, onLogException, setActionAccessRestrictions, setApplicableTypes, setBaseNodeService, setDictionaryService, setIgnoreLock, setLockService, setMlAwareNodeService, setPublicAction, setQueueName, setTrackStatus, verifyActionAccessRestrictions
Methods inherited from class org.alfresco.repo.action.ParameterizedItemAbstractBase
checkMandatoryProperties, getDescriptionKey, getLocalizedParameterDefinitions, getParamDisplayLabel, getParamDisplayLabel, getParameterDefintions, getTitleKey, setAdhocPropertiesAllowed, setLocales, setRuntimeActionService, toString
Methods inherited from class org.alfresco.repo.action.CommonResourceAbstractBase
setBeanName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.alfresco.repo.action.executer.ActionExecuter
isExecuteAsynchronously
-
Constructor Details
-
ExecuteScriptAction
public ExecuteScriptAction()
-
-
Method Details
-
addParameterDefinitions
- Overrides:
addParameterDefinitions
in classScriptActionExecuter
- See Also:
-