public class GetExecutionsVariablesCmd extends Object implements Command<List<org.flowable.variable.api.persistence.entity.VariableInstance>>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Set<String> |
executionIds |
| Constructor and Description |
|---|
GetExecutionsVariablesCmd(Set<String> executionIds) |
| Modifier and Type | Method and Description |
|---|---|
List<org.flowable.variable.api.persistence.entity.VariableInstance> |
execute(CommandContext commandContext) |
public List<org.flowable.variable.api.persistence.entity.VariableInstance> execute(CommandContext commandContext)
Copyright © 2020 Flowable. All rights reserved.