public class SimpleWorkflowActionExecuter extends ActionExecuterAbstractBase
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME |
static String |
PARAM_APPROVE_FOLDER |
static String |
PARAM_APPROVE_MOVE |
static String |
PARAM_APPROVE_STEP |
static String |
PARAM_REJECT_FOLDER |
static String |
PARAM_REJECT_MOVE |
static String |
PARAM_REJECT_STEP |
actionDefinition, applicableTypes, publicActionadhocPropertiesAllowed, DISPLAY_LABEL, runtimeActionServicenamePARAM_RESULT| Constructor and Description |
|---|
SimpleWorkflowActionExecuter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addParameterDefinitions(List<ParameterDefinition> paramList)
Adds the parameter definitions to the list
|
protected void |
executeImpl(Action ruleAction,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef)
Execute the action implementation
|
void |
setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService) |
createActionDefinition, execute, getActionDefinition, getIgnoreLock, getQueueName, getTrackStatus, init, isApplicableType, onLogException, setApplicableTypes, setBaseNodeService, setDictionaryService, setIgnoreLock, setLockService, setMlAwareNodeService, setPublicAction, setQueueName, setTrackStatuscheckMandatoryProperties, getAdhocPropertiesAllowed, getDescriptionKey, getLocalizedParameterDefinitions, getParamDisplayLabel, getParamDisplayLabel, getParameterDefintions, getTitleKey, setAdhocPropertiesAllowed, setLocales, setRuntimeActionService, toStringsetBeanNamepublic static final String NAME
public static final String PARAM_APPROVE_STEP
public static final String PARAM_APPROVE_FOLDER
public static final String PARAM_APPROVE_MOVE
public static final String PARAM_REJECT_STEP
public static final String PARAM_REJECT_FOLDER
public static final String PARAM_REJECT_MOVE
public void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
protected void addParameterDefinitions(List<ParameterDefinition> paramList)
ParameterizedItemAbstractBaseaddParameterDefinitions in class ParameterizedItemAbstractBaseparamList - the parameter definitions listprotected void executeImpl(Action ruleAction, org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef)
ActionExecuterAbstractBaseexecuteImpl in class ActionExecuterAbstractBaseruleAction - the actionactionedUponNodeRef - the actioned upon nodeActionExecuterAbstractBase.executeImpl(Action, org.alfresco.service.cmr.repository.NodeRef)Copyright © 2005–2018 Alfresco Software. All rights reserved.