public interface VariableScope
| Modifier and Type | Interface and Description |
|---|---|
static class |
VariableScope.Variable |
| Modifier and Type | Method and Description |
|---|---|
VariableScope.Variable |
declare(String scopeId,
String identifier,
String type) |
VariableScope.Variable |
declare(String scopeId,
String identifier,
String type,
String kpi) |
Collection<VariableScope.Variable> |
getVariables(String scopeId) |
Optional<VariableScope.Variable> |
lookup(String identifier) |
VariableScope.Variable declare(String scopeId, String identifier, String type)
Optional<VariableScope.Variable> lookup(String identifier)
VariableScope.Variable declare(String scopeId, String identifier, String type, String kpi)
Collection<VariableScope.Variable> getVariables(String scopeId)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.