| Modifier and Type | Method and Description |
|---|---|
Optional<RuntimeModel> |
RuntimeModelServiceImpl.getRuntimeModel(String exportId) |
| Modifier and Type | Method and Description |
|---|---|
RuntimeModel |
RuntimeModelParserImpl.parse(String modelId,
InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
Optional<RuntimeModel> |
RuntimeModelRegistryImpl.get(String id) |
Optional<RuntimeModel> |
RuntimeModelRegistryImpl.register(String id,
InputStream fileStream) |
Optional<RuntimeModel> |
ExternalImportServiceImpl.registerExternalImport(String externalModelUrl) |
Optional<RuntimeModel> |
RuntimeModelRegistryImpl.registerFile(String fileName) |
Optional<RuntimeModel> |
RuntimeModelRegistryImpl.single() |
| Modifier and Type | Method and Description |
|---|---|
void |
RuntimeClientLoader.loadModel(Consumer<RuntimeModel> modelLoaded,
Command emptyModel,
BiConsumer<Object,Throwable> error) |
void |
RuntimeClientLoader.loadModel(String importId,
Consumer<RuntimeModel> modelLoaded,
Command emptyModel,
BiConsumer<Object,Throwable> error) |
| Modifier and Type | Method and Description |
|---|---|
void |
RuntimeScreen.loadDashboards(RuntimeModel runtimeModel) |
| Modifier and Type | Method and Description |
|---|---|
Optional<RuntimeModel> |
RuntimeServiceResponse.getRuntimeModelOp() |
| Constructor and Description |
|---|
RuntimeServiceResponse(DashbuilderRuntimeMode mode,
Optional<RuntimeModel> runtimeModelOp,
List<String> availableModels) |
| Modifier and Type | Method and Description |
|---|---|
RuntimeModel |
RuntimeModelParser.parse(String runtimeModelId,
InputStream is)
Parse the given input stream into a RuntimeModel.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<RuntimeModel> |
RuntimeModelRegistry.get(String id)
Get a previously registered import model.
|
Optional<RuntimeModel> |
RuntimeModelService.getRuntimeModel(String runtimeModelId)
Get a runtime model given an ID.
|
Optional<RuntimeModel> |
RuntimeModelRegistry.registerFile(String filePath)
Store the import from a File path;
|
Optional<RuntimeModel> |
RuntimeModelRegistry.single()
Returns the first model available.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<RuntimeModel> |
ExternalImportService.registerExternalImport(String externalModelUrl)
Register an external model coming from an external server
|
Copyright © 2012–2021 JBoss by Red Hat. All rights reserved.