public abstract class AbstractSetVariableCmd extends AbstractVariableCmd
Modifier and Type | Field and Description |
---|---|
protected boolean |
skipJavaSerializationFormatCheck |
protected Map<String,? extends Object> |
variables |
commandContext, entityId, isLocal, preventLogUserOperation
Constructor and Description |
---|
AbstractSetVariableCmd(String entityId,
Map<String,? extends Object> variables,
boolean isLocal) |
AbstractSetVariableCmd(String entityId,
Map<String,? extends Object> variables,
boolean isLocal,
boolean skipJavaSerializationFormatCheck) |
Modifier and Type | Method and Description |
---|---|
protected void |
executeOperation(AbstractVariableScope scope) |
protected String |
getLogEntryOperation() |
disableLogUserOperation, execute, getContextExecution, getEntity, logVariableOperation, onSuccess
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isRetryable
public AbstractSetVariableCmd(String entityId, Map<String,? extends Object> variables, boolean isLocal)
protected void executeOperation(AbstractVariableScope scope)
executeOperation
in class AbstractVariableCmd
protected String getLogEntryOperation()
getLogEntryOperation
in class AbstractVariableCmd
Copyright © 2022. All rights reserved.