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