public class GetTaskVariablesCmd extends Object implements Command<Map<String,Object>>, Serializable
Modifier and Type | Field and Description |
---|---|
protected boolean |
isLocal |
protected String |
taskId |
protected Collection<String> |
variableNames |
Constructor and Description |
---|
GetTaskVariablesCmd(String taskId,
Collection<String> variableNames,
boolean isLocal) |
protected String taskId
protected Collection<String> variableNames
protected boolean isLocal
public GetTaskVariablesCmd(String taskId, Collection<String> variableNames, boolean isLocal)
Copyright © 2015. All rights reserved.