Package org.camunda.bpm.engine.impl.cmd
Class SetExecutionVariablesCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.AbstractVariableCmd
org.camunda.bpm.engine.impl.cmd.AbstractSetVariableCmd
org.camunda.bpm.engine.impl.cmd.SetExecutionVariablesCmd
- All Implemented Interfaces:
- Serializable,- Command<Void>
- Author:
- Tom Baeyens, Joram Barrez
- See Also:
- 
Field SummaryFields inherited from class org.camunda.bpm.engine.impl.cmd.AbstractSetVariableCmdskipJavaSerializationFormatCheck, variablesFields inherited from class org.camunda.bpm.engine.impl.cmd.AbstractVariableCmdcommandContext, entityId, isLocal, preventLogUserOperation
- 
Constructor SummaryConstructorsConstructorDescriptionSetExecutionVariablesCmd(String executionId, Map<String, ?> variables, boolean isLocal, boolean skipJavaSerializationFormatCheck) SetExecutionVariablesCmd(String executionId, Map<String, ? extends Object> variables, boolean isLocal) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidcheckSetExecutionVariables(ExecutionEntity execution) protected ExecutionEntityprotected ExecutionEntityprotected voidMethods inherited from class org.camunda.bpm.engine.impl.cmd.AbstractSetVariableCmdexecuteOperation, getLogEntryOperationMethods inherited from class org.camunda.bpm.engine.impl.cmd.AbstractVariableCmddisableLogUserOperation, execute, onSuccessMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.camunda.bpm.engine.impl.interceptor.CommandisRetryable
- 
Constructor Details- 
SetExecutionVariablesCmd
- 
SetExecutionVariablesCmd
 
- 
- 
Method Details- 
getEntity- Specified by:
- getEntityin class- AbstractVariableCmd
 
- 
getContextExecution- Specified by:
- getContextExecutionin class- AbstractVariableCmd
 
- 
logVariableOperation- Specified by:
- logVariableOperationin class- AbstractVariableCmd
 
- 
checkSetExecutionVariables
 
-