Class CaseExecutionVariableCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmmn.cmd.CaseExecutionVariableCmd
- All Implemented Interfaces:
Serializable
,Command<Void>
- Direct Known Subclasses:
StateTransitionCaseExecutionCmd
- Author:
- Roman Smirnov
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected CaseExecutionEntity
protected String
protected Collection<String>
protected Collection<String>
-
Constructor Summary
ConstructorDescriptionCaseExecutionVariableCmd
(String caseExecutionId, Map<String, Object> variables, Map<String, Object> variablesLocal, Collection<String> variablesDeletions, Collection<String> variablesLocalDeletions) -
Method Summary
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