Package org.flowable.engine.impl.cmd
Class GetExecutionVariableInstancesCmd
- java.lang.Object
-
- org.flowable.engine.impl.cmd.GetExecutionVariableInstancesCmd
-
- All Implemented Interfaces:
Serializable,Command<Map<String,org.flowable.variable.api.persistence.entity.VariableInstance>>
public class GetExecutionVariableInstancesCmd 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 StringexecutionIdprotected booleanisLocalprotected Collection<String>variableNames
-
Constructor Summary
Constructors Constructor Description GetExecutionVariableInstancesCmd(String executionId, 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
-
executionId
protected String executionId
-
variableNames
protected Collection<String> variableNames
-
isLocal
protected boolean isLocal
-
-
Constructor Detail
-
GetExecutionVariableInstancesCmd
public GetExecutionVariableInstancesCmd(String executionId, Collection<String> variableNames, boolean isLocal)
-
-