public class RemoveTaskVariablesCmd extends AbstractRemoveVariableCmd
variableNames
commandContext, entityId, isLocal, preventLogUserOperation
Constructor and Description |
---|
RemoveTaskVariablesCmd(String taskId,
Collection<String> variableNames,
boolean isLocal) |
Modifier and Type | Method and Description |
---|---|
protected void |
checkRemoveTaskVariables(TaskEntity task) |
protected ExecutionEntity |
getContextExecution() |
protected TaskEntity |
getEntity() |
protected void |
logVariableOperation(AbstractVariableScope scope) |
executeOperation, getLogEntryOperation
disableLogUserOperation, execute, onSuccess
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isRetryable
public RemoveTaskVariablesCmd(String taskId, Collection<String> variableNames, boolean isLocal)
protected TaskEntity getEntity()
getEntity
in class AbstractVariableCmd
protected ExecutionEntity getContextExecution()
getContextExecution
in class AbstractVariableCmd
protected void logVariableOperation(AbstractVariableScope scope)
logVariableOperation
in class AbstractVariableCmd
protected void checkRemoveTaskVariables(TaskEntity task)
Copyright © 2022. All rights reserved.