Package org.camunda.bpm.engine.impl.cmd
Class AbstractRemoveVariableCmd
- java.lang.Object
-
- org.camunda.bpm.engine.impl.cmd.AbstractVariableCmd
-
- org.camunda.bpm.engine.impl.cmd.AbstractRemoveVariableCmd
-
- All Implemented Interfaces:
java.io.Serializable
,Command<java.lang.Void>
- Direct Known Subclasses:
RemoveExecutionVariablesCmd
,RemoveTaskVariablesCmd
public abstract class AbstractRemoveVariableCmd extends AbstractVariableCmd
- Author:
- Stefan Hentschel.
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.Collection<java.lang.String>
variableNames
-
Fields inherited from class org.camunda.bpm.engine.impl.cmd.AbstractVariableCmd
commandContext, entityId, isLocal, preventLogUserOperation
-
-
Constructor Summary
Constructors Constructor Description AbstractRemoveVariableCmd(java.lang.String entityId, java.util.Collection<java.lang.String> variableNames, boolean isLocal)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
executeOperation(AbstractVariableScope scope)
protected java.lang.String
getLogEntryOperation()
-
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:
executeOperation
in classAbstractVariableCmd
-
getLogEntryOperation
protected java.lang.String getLogEntryOperation()
- Specified by:
getLogEntryOperation
in classAbstractVariableCmd
-
-