| Package | Description |
|---|---|
| org.dashbuilder.backend.services.impl | |
| org.dashbuilder.shared.model | |
| org.dashbuilder.shared.service |
| Modifier and Type | Method and Description |
|---|---|
DashbuilderRuntimeMode |
RuntimeModelRegistryImpl.getMode() |
| Modifier and Type | Method and Description |
|---|---|
void |
RuntimeModelRegistryImpl.setMode(DashbuilderRuntimeMode mode) |
| Modifier and Type | Method and Description |
|---|---|
DashbuilderRuntimeMode |
RuntimeServiceResponse.getMode() |
static DashbuilderRuntimeMode |
DashbuilderRuntimeMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DashbuilderRuntimeMode[] |
DashbuilderRuntimeMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
RuntimeServiceResponse(DashbuilderRuntimeMode mode,
Optional<RuntimeModel> runtimeModelOp,
List<String> availableModels) |
| Modifier and Type | Method and Description |
|---|---|
DashbuilderRuntimeMode |
RuntimeModelRegistry.getMode()
Returns the registry mode
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuntimeModelRegistry.setMode(DashbuilderRuntimeMode mode)
Sets this runtime mode.
|
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.