org.camunda.bpm.engine.impl.cmmn.cmd
Class CaseExecutionVariableCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmmn.cmd.CaseExecutionVariableCmd
- All Implemented Interfaces:
- Serializable, Command<Void>
- Direct Known Subclasses:
- StateTransitionCaseExecutionCmd
public class CaseExecutionVariableCmd
- extends Object
- implements Command<Void>, Serializable
- Author:
- Roman Smirnov
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
caseExecutionId
protected String caseExecutionId
variables
protected Map<String,Object> variables
variablesLocal
protected Map<String,Object> variablesLocal
variablesDeletions
protected Collection<String> variablesDeletions
variablesLocalDeletions
protected Collection<String> variablesLocalDeletions
caseExecution
protected CaseExecutionEntity caseExecution
CaseExecutionVariableCmd
public CaseExecutionVariableCmd(String caseExecutionId,
Map<String,Object> variables,
Map<String,Object> variablesLocal,
Collection<String> variablesDeletions,
Collection<String> variablesLocalDeletions)
CaseExecutionVariableCmd
public CaseExecutionVariableCmd(CaseExecutionCommandBuilderImpl builder)
execute
public Void execute(CommandContext commandContext)
- Specified by:
execute in interface Command<Void>
getCaseExecution
public CaseExecutionEntity getCaseExecution()
Copyright © 2017 camunda services GmbH. All rights reserved.