public class CaseExecutionVariableCmd extends Object implements Command<Void>, Serializable
Modifier and Type | Field and Description |
---|---|
protected CaseExecutionEntity |
caseExecution |
protected String |
caseExecutionId |
protected Map<String,Object> |
variables |
protected Collection<String> |
variablesDeletions |
protected Map<String,Object> |
variablesLocal |
protected Collection<String> |
variablesLocalDeletions |
Constructor and Description |
---|
CaseExecutionVariableCmd(CaseExecutionCommandBuilderImpl builder) |
CaseExecutionVariableCmd(String caseExecutionId,
Map<String,Object> variables,
Map<String,Object> variablesLocal,
Collection<String> variablesDeletions,
Collection<String> variablesLocalDeletions) |
Modifier and Type | Method and Description |
---|---|
Void |
execute(CommandContext commandContext) |
CaseExecutionEntity |
getCaseExecution() |
protected String caseExecutionId
protected Collection<String> variablesDeletions
protected Collection<String> variablesLocalDeletions
protected CaseExecutionEntity caseExecution
public CaseExecutionVariableCmd(String caseExecutionId, Map<String,Object> variables, Map<String,Object> variablesLocal, Collection<String> variablesDeletions, Collection<String> variablesLocalDeletions)
public CaseExecutionVariableCmd(CaseExecutionCommandBuilderImpl builder)
public Void execute(CommandContext commandContext)
public CaseExecutionEntity getCaseExecution()
Copyright © 2022. All rights reserved.