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