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, logVariableOperationprotected final Collection<String> variableNames
public AbstractRemoveVariableCmd(String entityId, Collection<String> variableNames, boolean isLocal)
protected void executeOperation(AbstractVariableScope scope)
executeOperation in class AbstractVariableCmdprotected String getLogEntryOperation()
getLogEntryOperation in class AbstractVariableCmdCopyright © 2018. All rights reserved.