public class SimpleWorkflowActionExecuter extends ActionExecuterAbstractBase
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
static java.lang.String |
PARAM_APPROVE_FOLDER |
static java.lang.String |
PARAM_APPROVE_MOVE |
static java.lang.String |
PARAM_APPROVE_STEP |
static java.lang.String |
PARAM_REJECT_FOLDER |
static java.lang.String |
PARAM_REJECT_MOVE |
static java.lang.String |
PARAM_REJECT_STEP |
actionDefinition, applicableTypes, publicActionDISPLAY_LABEL, runtimeActionServicenamePARAM_RESULT| Constructor and Description |
|---|
SimpleWorkflowActionExecuter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addParameterDefinitions(java.util.List 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, setApplicableTypes, setBaseNodeService, setDictionaryService, setIgnoreLock, setLockService, setPublicAction, setQueueName, setTrackStatuscheckMandatoryProperties, getAdhocPropertiesAllowed, getDescriptionKey, getParamDisplayLabel, getParameterDefintions, getTitleKey, setRuntimeActionService, toStringsetBeanNamepublic static final java.lang.String NAME
public static final java.lang.String PARAM_APPROVE_STEP
public static final java.lang.String PARAM_APPROVE_FOLDER
public static final java.lang.String PARAM_APPROVE_MOVE
public static final java.lang.String PARAM_REJECT_STEP
public static final java.lang.String PARAM_REJECT_FOLDER
public static final java.lang.String PARAM_REJECT_MOVE
public void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
protected void addParameterDefinitions(java.util.List 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 nodeorg.alfresco.repo.action.executer.ActionExecuterAbstractBase#executeImpl(org.alfresco.service.cmr.repository.NodeRef, org.alfresco.service.cmr.repository.NodeRef)Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.