public abstract class AbstractGetFormVariablesCmd extends Object implements Command<VariableMap>, Serializable
Modifier and Type | Field and Description |
---|---|
protected boolean |
deserializeObjectValues |
Collection<String> |
formVariableNames |
String |
resourceId |
Constructor and Description |
---|
AbstractGetFormVariablesCmd(String resourceId,
Collection<String> formVariableNames,
boolean deserializeObjectValues) |
Modifier and Type | Method and Description |
---|---|
protected TypedValue |
createVariable(FormField formField,
VariableScope variableScope) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute, isRetryable
public String resourceId
public Collection<String> formVariableNames
protected boolean deserializeObjectValues
public AbstractGetFormVariablesCmd(String resourceId, Collection<String> formVariableNames, boolean deserializeObjectValues)
protected TypedValue createVariable(FormField formField, VariableScope variableScope)
Copyright © 2022. All rights reserved.