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
Modifier and TypeFieldDescriptionprotected CommandContext
protected String
protected boolean
protected boolean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionexecute
(CommandContext commandContext) protected abstract void
protected abstract ExecutionEntity
protected abstract AbstractVariableScope
protected abstract String
protected abstract void
protected void
onSuccess
(AbstractVariableScope scope)
-
Field Details
-
commandContext
-
entityId
-
isLocal
protected boolean isLocal -
preventLogUserOperation
protected boolean preventLogUserOperation
-
-
Constructor Details
-
AbstractVariableCmd
-
-
Method Details