public abstract class StateTransitionCaseExecutionCmd extends CaseExecutionVariableCmd
caseExecution, caseExecutionId, variables, variablesDeletions, variablesLocal, variablesLocalDeletions| Constructor and Description | 
|---|
StateTransitionCaseExecutionCmd(CaseExecutionCommandBuilderImpl builder)  | 
StateTransitionCaseExecutionCmd(String caseExecutionId,
                               Map<String,Object> variables,
                               Map<String,Object> variablesLocal,
                               Collection<String> variableDeletions,
                               Collection<String> variableLocalDeletions)  | 
| Modifier and Type | Method and Description | 
|---|---|
Void | 
execute(CommandContext commandContext)  | 
protected abstract void | 
performStateTransition(CommandContext commandContext,
                      CaseExecutionEntity caseExecution)  | 
getCaseExecutionpublic StateTransitionCaseExecutionCmd(String caseExecutionId, Map<String,Object> variables, Map<String,Object> variablesLocal, Collection<String> variableDeletions, Collection<String> variableLocalDeletions)
public StateTransitionCaseExecutionCmd(CaseExecutionCommandBuilderImpl builder)
public Void execute(CommandContext commandContext)
execute in interface Command<Void>execute in class CaseExecutionVariableCmdprotected abstract void performStateTransition(CommandContext commandContext, CaseExecutionEntity caseExecution)
Copyright © 2018. All rights reserved.