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
public abstract class AbstractSetVariableCmd extends AbstractVariableCmd
- Author:
- Stefan Hentschel.
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanskipJavaSerializationFormatCheckprotected Map<String,? extends Object>variables-
Fields inherited from class org.camunda.bpm.engine.impl.cmd.AbstractVariableCmd
commandContext, entityId, isLocal, preventLogUserOperation
-
-
Constructor Summary
Constructors Constructor Description AbstractSetVariableCmd(String entityId, Map<String,? extends Object> variables, boolean isLocal)AbstractSetVariableCmd(String entityId, Map<String,? extends Object> variables, boolean isLocal, boolean skipJavaSerializationFormatCheck)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidexecuteOperation(AbstractVariableScope scope)protected StringgetLogEntryOperation()-
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
-
-
-
-
Method Detail
-
executeOperation
protected void executeOperation(AbstractVariableScope scope)
- Specified by:
executeOperationin classAbstractVariableCmd
-
getLogEntryOperation
protected String getLogEntryOperation()
- Specified by:
getLogEntryOperationin classAbstractVariableCmd
-
-