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:
java.io.Serializable,Command<java.lang.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 java.util.Map<java.lang.String,? extends java.lang.Object>variables-
Fields inherited from class org.camunda.bpm.engine.impl.cmd.AbstractVariableCmd
commandContext, entityId, isLocal, preventLogUserOperation
-
-
Constructor Summary
Constructors Constructor Description AbstractSetVariableCmd(java.lang.String entityId, java.util.Map<java.lang.String,? extends java.lang.Object> variables, boolean isLocal)AbstractSetVariableCmd(java.lang.String entityId, java.util.Map<java.lang.String,? extends java.lang.Object> variables, boolean isLocal, boolean skipJavaSerializationFormatCheck)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidexecuteOperation(AbstractVariableScope scope)protected java.lang.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
-
-
-
-
Constructor Detail
-
AbstractSetVariableCmd
public AbstractSetVariableCmd(java.lang.String entityId, java.util.Map<java.lang.String,? extends java.lang.Object> variables, boolean isLocal)
-
AbstractSetVariableCmd
public AbstractSetVariableCmd(java.lang.String entityId, java.util.Map<java.lang.String,? extends java.lang.Object> variables, boolean isLocal, boolean skipJavaSerializationFormatCheck)
-
-
Method Detail
-
executeOperation
protected void executeOperation(AbstractVariableScope scope)
- Specified by:
executeOperationin classAbstractVariableCmd
-
getLogEntryOperation
protected java.lang.String getLogEntryOperation()
- Specified by:
getLogEntryOperationin classAbstractVariableCmd
-
-