Class CaseExecutionVariableCmd
- java.lang.Object
-
- org.camunda.bpm.engine.impl.cmmn.cmd.CaseExecutionVariableCmd
-
- All Implemented Interfaces:
java.io.Serializable
,Command<java.lang.Void>
- Direct Known Subclasses:
StateTransitionCaseExecutionCmd
public class CaseExecutionVariableCmd extends java.lang.Object implements Command<java.lang.Void>, java.io.Serializable
- Author:
- Roman Smirnov
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected CaseExecutionEntity
caseExecution
protected java.lang.String
caseExecutionId
protected java.util.Map<java.lang.String,java.lang.Object>
variables
protected java.util.Collection<java.lang.String>
variablesDeletions
protected java.util.Map<java.lang.String,java.lang.Object>
variablesLocal
protected java.util.Collection<java.lang.String>
variablesLocalDeletions
-
Constructor Summary
Constructors Constructor Description CaseExecutionVariableCmd(java.lang.String caseExecutionId, java.util.Map<java.lang.String,java.lang.Object> variables, java.util.Map<java.lang.String,java.lang.Object> variablesLocal, java.util.Collection<java.lang.String> variablesDeletions, java.util.Collection<java.lang.String> variablesLocalDeletions)
CaseExecutionVariableCmd(CaseExecutionCommandBuilderImpl builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Void
execute(CommandContext commandContext)
CaseExecutionEntity
getCaseExecution()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
isRetryable
-
-
-
-
Field Detail
-
caseExecutionId
protected java.lang.String caseExecutionId
-
variables
protected java.util.Map<java.lang.String,java.lang.Object> variables
-
variablesLocal
protected java.util.Map<java.lang.String,java.lang.Object> variablesLocal
-
variablesDeletions
protected java.util.Collection<java.lang.String> variablesDeletions
-
variablesLocalDeletions
protected java.util.Collection<java.lang.String> variablesLocalDeletions
-
caseExecution
protected CaseExecutionEntity caseExecution
-
-
Constructor Detail
-
CaseExecutionVariableCmd
public CaseExecutionVariableCmd(java.lang.String caseExecutionId, java.util.Map<java.lang.String,java.lang.Object> variables, java.util.Map<java.lang.String,java.lang.Object> variablesLocal, java.util.Collection<java.lang.String> variablesDeletions, java.util.Collection<java.lang.String> variablesLocalDeletions)
-
CaseExecutionVariableCmd
public CaseExecutionVariableCmd(CaseExecutionCommandBuilderImpl builder)
-
-
Method Detail
-
execute
public java.lang.Void execute(CommandContext commandContext)
-
getCaseExecution
public CaseExecutionEntity getCaseExecution()
-
-