public abstract class AbstractRemoveVariableCmd extends AbstractVariableCmd
Modifier and Type | Field and Description |
---|---|
protected Collection<String> |
variableNames |
commandContext, entityId, isLocal, preventLogUserOperation
Constructor and Description |
---|
AbstractRemoveVariableCmd(String entityId,
Collection<String> variableNames,
boolean isLocal) |
Modifier and Type | Method and Description |
---|---|
protected void |
executeOperation(AbstractVariableScope scope) |
protected String |
getLogEntryOperation() |
disableLogUserOperation, execute, getContextExecution, getEntity, logVariableOperation, onSuccess
protected final Collection<String> variableNames
public AbstractRemoveVariableCmd(String entityId, Collection<String> variableNames, boolean isLocal)
protected void executeOperation(AbstractVariableScope scope)
executeOperation
in class AbstractVariableCmd
protected String getLogEntryOperation()
getLogEntryOperation
in class AbstractVariableCmd
Copyright © 2019. All rights reserved.