public class GetExecutionVariableTypedCmd<T extends org.camunda.bpm.engine.variable.value.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) |
protected String executionId
protected String variableName
protected boolean isLocal
protected boolean deserializeValue
public T execute(CommandContext commandContext)
public void checkGetExecutionVariableTyped(ExecutionEntity execution, CommandContext commandContext)
Copyright © 2022. All rights reserved.