public class SubmitStartFormCmd extends NeedsActiveProcessDefinitionCmd<ProcessInstance>
Modifier and Type | Field and Description |
---|---|
protected String |
businessKey |
protected Map<String,String> |
properties |
processDefinitionId
Constructor and Description |
---|
SubmitStartFormCmd(String processDefinitionId,
String businessKey,
Map<String,String> properties) |
Modifier and Type | Method and Description |
---|---|
protected ProcessInstance |
execute(CommandContext commandContext,
ProcessDefinitionEntity processDefinition)
Subclasses should implement this.
|
execute
protected final String businessKey
protected ProcessInstance execute(CommandContext commandContext, ProcessDefinitionEntity processDefinition)
NeedsActiveProcessDefinitionCmd
ProcessDefinition
is
guaranteed to be an active process definition (ie. not suspended).execute
in class NeedsActiveProcessDefinitionCmd<ProcessInstance>
Copyright © 2016 Alfresco. All rights reserved.