public class GetCaseExecutionVariableTypedCmd extends Object implements Command<org.camunda.bpm.engine.variable.value.TypedValue>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
caseExecutionId |
protected boolean |
deserializeValue |
protected boolean |
isLocal |
protected String |
variableName |
| Constructor and Description |
|---|
GetCaseExecutionVariableTypedCmd(String caseExecutionId,
String variableName,
boolean isLocal,
boolean deserializeValue) |
| Modifier and Type | Method and Description |
|---|---|
org.camunda.bpm.engine.variable.value.TypedValue |
execute(CommandContext commandContext) |
protected String caseExecutionId
protected String variableName
protected boolean isLocal
protected boolean deserializeValue
public org.camunda.bpm.engine.variable.value.TypedValue execute(CommandContext commandContext)
Copyright © 2013–2019 camunda services GmbH. All rights reserved.