public class GetCaseExecutionVariableTypedCmd extends Object implements Command<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 |
|---|---|
TypedValue |
execute(CommandContext commandContext) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisRetryableprotected String caseExecutionId
protected String variableName
protected boolean isLocal
protected boolean deserializeValue
public TypedValue execute(CommandContext commandContext)
execute in interface Command<TypedValue>Copyright © 2013–2021 camunda services GmbH. All rights reserved.