Package org.activiti.engine.impl.cmd
Class GetExecutionVariablesCmd
- java.lang.Object
-
- org.activiti.engine.impl.cmd.GetExecutionVariablesCmd
-
- All Implemented Interfaces:
Serializable,Command<Map<String,Object>>
public class GetExecutionVariablesCmd extends Object implements Command<Map<String,Object>>, Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringexecutionIdprotected booleanisLocalprotected Collection<String>variableNames
-
Constructor Summary
Constructors Constructor Description GetExecutionVariablesCmd(String executionId, Collection<String> variableNames, boolean isLocal)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>execute(CommandContext commandContext)Map<String,Object>getVariable(ExecutionEntity execution, CommandContext commandContext)
-
-
-
Field Detail
-
executionId
protected String executionId
-
variableNames
protected Collection<String> variableNames
-
isLocal
protected boolean isLocal
-
-
Constructor Detail
-
GetExecutionVariablesCmd
public GetExecutionVariablesCmd(String executionId, Collection<String> variableNames, boolean isLocal)
-
-
Method Detail
-
execute
public Map<String,Object> execute(CommandContext commandContext)
-
getVariable
public Map<String,Object> getVariable(ExecutionEntity execution, CommandContext commandContext)
-
-