public class GetTaskDataObjectsCmd extends Object implements Command<Map<String,DataObject>>, Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
locale |
protected String |
taskId |
protected Collection<String> |
variableNames |
protected boolean |
withLocalizationFallback |
Constructor and Description |
---|
GetTaskDataObjectsCmd(String taskId,
Collection<String> variableNames) |
GetTaskDataObjectsCmd(String taskId,
Collection<String> variableNames,
String locale,
boolean withLocalizationFallback) |
Modifier and Type | Method and Description |
---|---|
Map<String,DataObject> |
execute(CommandContext commandContext) |
protected String taskId
protected Collection<String> variableNames
protected String locale
protected boolean withLocalizationFallback
public GetTaskDataObjectsCmd(String taskId, Collection<String> variableNames)
public GetTaskDataObjectsCmd(String taskId, Collection<String> variableNames, String locale, boolean withLocalizationFallback)
public Map<String,DataObject> execute(CommandContext commandContext)
execute
in interface BaseCommand<Map<String,DataObject>,CommandContext>
execute
in interface Command<Map<String,DataObject>>
Copyright © 2016 Flowable. All rights reserved.