public class GetCaseExecutionVariablesCmd extends Object implements Command<VariableMap>, Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
caseExecutionId |
protected boolean |
deserializeValues |
protected boolean |
isLocal |
protected Collection<String> |
variableNames |
Constructor and Description |
---|
GetCaseExecutionVariablesCmd(String caseExecutionId,
Collection<String> variableNames,
boolean isLocal,
boolean deserializeValues) |
Modifier and Type | Method and Description |
---|---|
VariableMap |
execute(CommandContext commandContext) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isRetryable
protected String caseExecutionId
protected Collection<String> variableNames
protected boolean isLocal
protected boolean deserializeValues
public GetCaseExecutionVariablesCmd(String caseExecutionId, Collection<String> variableNames, boolean isLocal, boolean deserializeValues)
public VariableMap execute(CommandContext commandContext)
execute
in interface Command<VariableMap>
Copyright © 2022. All rights reserved.