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