| Package | Description |
|---|---|
| org.kie.workbench.common.stunner.bpmn.client.marshall.converters.fromstunner.properties |
| Modifier and Type | Method and Description |
|---|---|
VariableScope.Variable |
VariableScope.declare(String scopeId,
String identifier,
String type) |
VariableScope.Variable |
FlatVariableScope.declare(String scopeId,
String identifier,
String type) |
VariableScope.Variable |
VariableScope.declare(String scopeId,
String identifier,
String type,
String kpi) |
VariableScope.Variable |
FlatVariableScope.declare(String scopeId,
String identifier,
String type,
String tags) |
| Modifier and Type | Method and Description |
|---|---|
Collection<VariableScope.Variable> |
VariableScope.getVariables(String scopeId) |
Collection<VariableScope.Variable> |
FlatVariableScope.getVariables(String scopeId) |
Optional<VariableScope.Variable> |
VariableScope.lookup(String identifier) |
Optional<VariableScope.Variable> |
FlatVariableScope.lookup(String identifier) |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.