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