Package org.activiti.engine.impl.cmd
Class GetTaskVariableInstancesCmd
- java.lang.Object
-
- org.activiti.engine.impl.cmd.GetTaskVariableInstancesCmd
-
- All Implemented Interfaces:
Serializable,Command<Map<String,VariableInstance>>
public class GetTaskVariableInstancesCmd extends Object implements Command<Map<String,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,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)
-
-
Method Detail
-
execute
public Map<String,VariableInstance> execute(CommandContext commandContext)
- Specified by:
executein interfaceCommand<Map<String,VariableInstance>>
-
-