Package org.camunda.bpm.engine.impl.cmd
Class AbstractSetVariableCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.AbstractVariableCmd
org.camunda.bpm.engine.impl.cmd.AbstractSetVariableCmd
- All Implemented Interfaces:
Serializable
,Command<Void>
- Direct Known Subclasses:
SetExecutionVariablesCmd
,SetTaskVariablesCmd
- Author:
- Stefan Hentschel.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected boolean
Fields inherited from class org.camunda.bpm.engine.impl.cmd.AbstractVariableCmd
commandContext, entityId, isLocal, preventLogUserOperation
-
Constructor Summary
ConstructorDescriptionAbstractSetVariableCmd
(String entityId, Map<String, ? extends Object> variables, boolean isLocal) AbstractSetVariableCmd
(String entityId, Map<String, ? extends Object> variables, boolean isLocal, boolean skipJavaSerializationFormatCheck) -
Method Summary
Methods inherited from class org.camunda.bpm.engine.impl.cmd.AbstractVariableCmd
disableLogUserOperation, execute, getContextExecution, getEntity, logVariableOperation, onSuccess
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 Details
-
variables
-
skipJavaSerializationFormatCheck
protected boolean skipJavaSerializationFormatCheck
-
-
Constructor Details
-
AbstractSetVariableCmd
-
AbstractSetVariableCmd
-
-
Method Details
-
executeOperation
- Specified by:
executeOperation
in classAbstractVariableCmd
-
getLogEntryOperation
- Specified by:
getLogEntryOperation
in classAbstractVariableCmd
-