public class GetTaskVariableInstancesCmd extends Object implements Command<Map<String,org.flowable.variable.api.persistence.entity.VariableInstance>>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isLocal |
protected String |
taskId |
protected Collection<String> |
variableNames |
| Constructor and Description |
|---|
GetTaskVariableInstancesCmd(String taskId,
Collection<String> variableNames,
boolean isLocal) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,org.flowable.variable.api.persistence.entity.VariableInstance> |
execute(CommandContext commandContext) |
protected String taskId
protected Collection<String> variableNames
protected boolean isLocal
public GetTaskVariableInstancesCmd(String taskId, Collection<String> variableNames, boolean isLocal)
Copyright © 2019 Flowable. All rights reserved.