Class GetTaskVariableInstancesCmd
- java.lang.Object
-
- org.flowable.cmmn.engine.impl.cmd.GetTaskVariableInstancesCmd
-
- All Implemented Interfaces:
Serializable,Command<Map<String,org.flowable.variable.api.persistence.entity.VariableInstance>>
public class GetTaskVariableInstancesCmd extends Object implements Command<Map<String,org.flowable.variable.api.persistence.entity.VariableInstance>>, Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanisLocalprotected StringtaskIdprotected Collection<String>variableNames
-
Constructor Summary
Constructors Constructor Description GetTaskVariableInstancesCmd(String taskId, Collection<String> variableNames, boolean isLocal)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,org.flowable.variable.api.persistence.entity.VariableInstance>execute(CommandContext commandContext)
-
-
-
Field Detail
-
taskId
protected String taskId
-
variableNames
protected Collection<String> variableNames
-
isLocal
protected boolean isLocal
-
-
Constructor Detail
-
GetTaskVariableInstancesCmd
public GetTaskVariableInstancesCmd(String taskId, Collection<String> variableNames, boolean isLocal)
-
-