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) |
Modifier and Type | Method and Description |
---|---|
protected void |
checkGetTaskVariable(TaskEntity task,
CommandContext commandContext) |
Object |
execute(CommandContext commandContext) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isRetryable
protected String taskId
protected String variableName
protected boolean isLocal
public Object execute(CommandContext commandContext)
protected void checkGetTaskVariable(TaskEntity task, CommandContext commandContext)
Copyright © 2022. All rights reserved.