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