public class ManualStartCaseExecutionCmd extends StateTransitionCaseExecutionCmd
caseExecution, caseExecutionId, variables, variablesDeletions, variablesLocal, variablesLocalDeletions| Constructor and Description | 
|---|
| ManualStartCaseExecutionCmd(CaseExecutionCommandBuilderImpl builder) | 
| ManualStartCaseExecutionCmd(String caseExecutionId,
                           Map<String,Object> variables,
                           Map<String,Object> variablesLocal,
                           Collection<String> variableDeletions,
                           Collection<String> variableLocalDeletions) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | performStateTransition(CommandContext commandContext,
                      CaseExecutionEntity caseExecution) | 
executegetCaseExecutionpublic ManualStartCaseExecutionCmd(String caseExecutionId, Map<String,Object> variables, Map<String,Object> variablesLocal, Collection<String> variableDeletions, Collection<String> variableLocalDeletions)
public ManualStartCaseExecutionCmd(CaseExecutionCommandBuilderImpl builder)
protected void performStateTransition(CommandContext commandContext, CaseExecutionEntity caseExecution)
performStateTransition in class StateTransitionCaseExecutionCmdCopyright © 2018. All rights reserved.