Class ManualStartCaseExecutionCmd
- java.lang.Object
 - 
- org.camunda.bpm.engine.impl.cmmn.cmd.CaseExecutionVariableCmd
 - 
- org.camunda.bpm.engine.impl.cmmn.cmd.StateTransitionCaseExecutionCmd
 - 
- org.camunda.bpm.engine.impl.cmmn.cmd.ManualStartCaseExecutionCmd
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable,Command<java.lang.Void>
public class ManualStartCaseExecutionCmd extends StateTransitionCaseExecutionCmd
- Author:
 - Roman Smirnov
 - See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
- 
Fields inherited from class org.camunda.bpm.engine.impl.cmmn.cmd.CaseExecutionVariableCmd
caseExecution, caseExecutionId, variables, variablesDeletions, variablesLocal, variablesLocalDeletions 
 - 
 
- 
Constructor Summary
Constructors Constructor Description ManualStartCaseExecutionCmd(java.lang.String caseExecutionId, java.util.Map<java.lang.String,java.lang.Object> variables, java.util.Map<java.lang.String,java.lang.Object> variablesLocal, java.util.Collection<java.lang.String> variableDeletions, java.util.Collection<java.lang.String> variableLocalDeletions)ManualStartCaseExecutionCmd(CaseExecutionCommandBuilderImpl builder) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidperformStateTransition(CommandContext commandContext, CaseExecutionEntity caseExecution)- 
Methods inherited from class org.camunda.bpm.engine.impl.cmmn.cmd.StateTransitionCaseExecutionCmd
execute 
- 
Methods inherited from class org.camunda.bpm.engine.impl.cmmn.cmd.CaseExecutionVariableCmd
getCaseExecution 
- 
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 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
ManualStartCaseExecutionCmd
public ManualStartCaseExecutionCmd(java.lang.String caseExecutionId, java.util.Map<java.lang.String,java.lang.Object> variables, java.util.Map<java.lang.String,java.lang.Object> variablesLocal, java.util.Collection<java.lang.String> variableDeletions, java.util.Collection<java.lang.String> variableLocalDeletions) 
- 
ManualStartCaseExecutionCmd
public ManualStartCaseExecutionCmd(CaseExecutionCommandBuilderImpl builder)
 
 - 
 
- 
Method Detail
- 
performStateTransition
protected void performStateTransition(CommandContext commandContext, CaseExecutionEntity caseExecution)
- Specified by:
 performStateTransitionin classStateTransitionCaseExecutionCmd
 
 - 
 
 -