public class GetExecutionVariableCmd extends Object implements Command<Object>, Serializable
| Modifier and Type | Field and Description | 
|---|---|
protected String | 
executionId  | 
protected boolean | 
isLocal  | 
protected String | 
variableName  | 
| Constructor and Description | 
|---|
GetExecutionVariableCmd(String executionId,
                       String variableName,
                       boolean isLocal)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
checkGetExecutionVariable(ExecutionEntity execution,
                         CommandContext commandContext)  | 
Object | 
execute(CommandContext commandContext)  | 
protected String executionId
protected String variableName
protected boolean isLocal
public Object execute(CommandContext commandContext)
protected void checkGetExecutionVariable(ExecutionEntity execution, CommandContext commandContext)
Copyright © 2019. All rights reserved.