public class StartAVMWorkflowAction extends ActionExecuterAbstractBase
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME
Deprecated.
|
static String |
PARAM_WORKFLOW_NAME
Deprecated.
|
actionDefinition, applicableTypes, publicActionadhocPropertiesAllowed, DISPLAY_LABEL, runtimeActionServicenamePARAM_RESULT| Constructor and Description |
|---|
StartAVMWorkflowAction()
Deprecated.
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
addParameterDefinitions(List<ParameterDefinition> paramList)
Deprecated.
Setup any parameters for this action.
|
protected void |
executeImpl(Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef)
Deprecated.
Start an AVM specific workflow.
|
void |
setPersonService(PersonService service)
Deprecated.
Set the person service.
|
void |
setWorkflowService(WorkflowService service)
Deprecated.
Set the workflow service.
|
createActionDefinition, execute, getActionDefinition, getIgnoreLock, getQueueName, getTrackStatus, init, isApplicableType, setApplicableTypes, setBaseNodeService, setDictionaryService, setIgnoreLock, setLockService, setMlAwareNodeService, setPublicAction, setQueueName, setTrackStatuscheckMandatoryProperties, getAdhocPropertiesAllowed, getDescriptionKey, getParamDisplayLabel, getParameterDefintions, getTitleKey, setAdhocPropertiesAllowed, setRuntimeActionService, toStringsetBeanNamepublic static final String NAME
public static final String PARAM_WORKFLOW_NAME
public StartAVMWorkflowAction()
public void setWorkflowService(WorkflowService service)
service - The workflow service.public void setPersonService(PersonService service)
service - The person service.protected void executeImpl(Action action, org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef)
executeImpl in class ActionExecuterAbstractBaseaction - The action instance.actionedUponNodeRef - This should be an AVM folder that contains
the nodes to be flowed.protected void addParameterDefinitions(List<ParameterDefinition> paramList)
addParameterDefinitions in class ParameterizedItemAbstractBaseparamList - The list of parameters to add to.Copyright © 2005–2014 Alfresco Software. All rights reserved.