Package org.flowable.engine.impl.cmd
Class GetExecutionVariablesCmd
java.lang.Object
org.flowable.engine.impl.cmd.GetExecutionVariablesCmd
- All Implemented Interfaces:
Serializable
,Command<Map<String,
Object>>
public class GetExecutionVariablesCmd
extends Object
implements Command<Map<String,Object>>, Serializable
- Author:
- Tom Baeyens, Joram Barrez
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGetExecutionVariablesCmd
(String executionId, Collection<String> variableNames, boolean isLocal) -
Method Summary
-
Field Details
-
executionId
-
variableNames
-
isLocal
protected boolean isLocal
-
-
Constructor Details
-
GetExecutionVariablesCmd
public GetExecutionVariablesCmd(String executionId, Collection<String> variableNames, boolean isLocal)
-
-
Method Details