public class GetExecutionVariableTypedCmd<T extends TypedValue> extends Object implements Command<T>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
deserializeValue |
protected String |
executionId |
protected boolean |
isLocal |
protected String |
variableName |
| Constructor and Description |
|---|
GetExecutionVariableTypedCmd(String executionId,
String variableName,
boolean isLocal,
boolean deserializeValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkGetExecutionVariableTyped(ExecutionEntity execution,
CommandContext commandContext) |
T |
execute(CommandContext commandContext) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisRetryableprotected String executionId
protected String variableName
protected boolean isLocal
protected boolean deserializeValue
public T execute(CommandContext commandContext)
execute in interface Command<T extends TypedValue>public void checkGetExecutionVariableTyped(ExecutionEntity execution, CommandContext commandContext)
Copyright © 2013–2020 camunda services GmbH. All rights reserved.