Package org.camunda.bpm.engine.impl.cmd
Class AbstractVariableCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.AbstractVariableCmd
- All Implemented Interfaces:
Serializable,Command<Void>
- Direct Known Subclasses:
AbstractRemoveVariableCmd,AbstractSetVariableCmd
- Author:
- Stefan Hentschel.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CommandContextprotected Stringprotected booleanprotected boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(CommandContext commandContext) protected abstract voidprotected abstract ExecutionEntityprotected abstract AbstractVariableScopeprotected abstract Stringprotected abstract voidprotected voidonSuccess(AbstractVariableScope scope) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
isRetryable
-
Field Details
-
commandContext
-
entityId
-
isLocal
protected boolean isLocal -
preventLogUserOperation
protected boolean preventLogUserOperation
-
-
Constructor Details
-
AbstractVariableCmd
-
-
Method Details