Class GetTasksLocalVariablesCmd
java.lang.Object
org.flowable.cmmn.engine.impl.cmd.GetTasksLocalVariablesCmd
- All Implemented Interfaces:
Serializable,Command<List<org.flowable.variable.api.persistence.entity.VariableInstance>>
public class GetTasksLocalVariablesCmd
extends Object
implements Command<List<org.flowable.variable.api.persistence.entity.VariableInstance>>, Serializable
- Author:
- Tijs Rademakers
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<org.flowable.variable.api.persistence.entity.VariableInstance>execute(CommandContext commandContext)
-
Field Details
-
taskIds
-
-
Constructor Details
-
GetTasksLocalVariablesCmd
-
-
Method Details
-
execute
public List<org.flowable.variable.api.persistence.entity.VariableInstance> execute(CommandContext commandContext)
-