Package org.activiti.engine.impl.cmd
Class GetExecutionsVariablesCmd
- java.lang.Object
-
- org.activiti.engine.impl.cmd.GetExecutionsVariablesCmd
-
- All Implemented Interfaces:
Serializable,Command<List<VariableInstance>>
public class GetExecutionsVariablesCmd extends Object implements Command<List<VariableInstance>>, Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Set<String>executionIds
-
Constructor Summary
Constructors Constructor Description GetExecutionsVariablesCmd(Set<String> executionIds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<VariableInstance>execute(CommandContext commandContext)
-
-
-
Method Detail
-
execute
public List<VariableInstance> execute(CommandContext commandContext)
- Specified by:
executein interfaceCommand<List<VariableInstance>>
-
-