public class GetTaskVariableCmd extends Object implements Command<Object>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isLocal |
protected String |
taskId |
protected String |
variableName |
| Constructor and Description |
|---|
GetTaskVariableCmd(String taskId,
String variableName,
boolean isLocal) |
protected String taskId
protected String variableName
protected boolean isLocal
public Object execute(CommandContext commandContext)
Copyright © 2018. All rights reserved.