Class GetTaskVariablesCmd
- java.lang.Object
-
- org.flowable.cmmn.engine.impl.cmd.GetTaskVariablesCmd
-
- All Implemented Interfaces:
Serializable,Command<Map<String,Object>>
public class GetTaskVariablesCmd extends Object implements Command<Map<String,Object>>, Serializable
- Author:
- Tom Baeyens, Joram Barrez
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanisLocalprotected StringtaskIdprotected Collection<String>variableNames
-
Constructor Summary
Constructors Constructor Description GetTaskVariablesCmd(String taskId, Collection<String> variableNames, boolean isLocal)
-
-
-
Field Detail
-
taskId
protected String taskId
-
variableNames
protected Collection<String> variableNames
-
isLocal
protected boolean isLocal
-
-
Constructor Detail
-
GetTaskVariablesCmd
public GetTaskVariablesCmd(String taskId, Collection<String> variableNames, boolean isLocal)
-
-