Package org.camunda.bpm.engine.impl.cmd
Class SubmitStartFormCmd
- java.lang.Object
-
- org.camunda.bpm.engine.impl.cmd.SubmitStartFormCmd
-
- All Implemented Interfaces:
Serializable
,Command<ProcessInstance>
public class SubmitStartFormCmd extends Object implements Command<ProcessInstance>, Serializable
- Author:
- Tom Baeyens, Joram Barrez
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected String
businessKey
protected String
processDefinitionId
protected VariableMap
variables
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProcessInstance
execute(CommandContext commandContext)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
isRetryable
-
-
-
-
Field Detail
-
processDefinitionId
protected final String processDefinitionId
-
businessKey
protected final String businessKey
-
variables
protected VariableMap variables
-
-
Method Detail
-
execute
public ProcessInstance execute(CommandContext commandContext)
- Specified by:
execute
in interfaceCommand<ProcessInstance>
-
-