public class GetTaskVariableCmdTyped extends Object implements Command<org.camunda.bpm.engine.variable.value.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) |
org.camunda.bpm.engine.variable.value.TypedValue |
execute(CommandContext commandContext) |
protected String taskId
protected String variableName
protected boolean isLocal
protected boolean deserializeValue
public org.camunda.bpm.engine.variable.value.TypedValue execute(CommandContext commandContext)
protected void checkGetTaskVariableTyped(TaskEntity task, CommandContext commandContext)
Copyright © 2018. All rights reserved.