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) |
execute
getCaseExecution
public 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 StateTransitionCaseExecutionCmd
Copyright © 2022. All rights reserved.