Package org.camunda.bpm.engine.impl.cmd
Class RemoveExecutionVariablesCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.AbstractVariableCmd
org.camunda.bpm.engine.impl.cmd.AbstractRemoveVariableCmd
org.camunda.bpm.engine.impl.cmd.RemoveExecutionVariablesCmd
- All Implemented Interfaces:
Serializable
,Command<Void>
- Author:
- roman.smirnov, Joram Barrez
- See Also:
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.impl.cmd.AbstractRemoveVariableCmd
variableNames
Fields inherited from class org.camunda.bpm.engine.impl.cmd.AbstractVariableCmd
commandContext, entityId, isLocal, preventLogUserOperation
-
Constructor Summary
ConstructorDescriptionRemoveExecutionVariablesCmd
(String executionId, Collection<String> variableNames, boolean isLocal) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
checkRemoveExecutionVariables
(ExecutionEntity execution) protected ExecutionEntity
protected ExecutionEntity
protected void
Methods inherited from class org.camunda.bpm.engine.impl.cmd.AbstractRemoveVariableCmd
executeOperation, getLogEntryOperation
Methods inherited from class org.camunda.bpm.engine.impl.cmd.AbstractVariableCmd
disableLogUserOperation, execute, 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 Details
-
RemoveExecutionVariablesCmd
public RemoveExecutionVariablesCmd(String executionId, Collection<String> variableNames, boolean isLocal)
-
-
Method Details
-
getEntity
- Specified by:
getEntity
in classAbstractVariableCmd
-
getContextExecution
- Specified by:
getContextExecution
in classAbstractVariableCmd
-
logVariableOperation
- Specified by:
logVariableOperation
in classAbstractVariableCmd
-
checkRemoveExecutionVariables
-