| Modifier and Type | Method and Description |
|---|---|
Optional<RuntimeModel> |
RuntimeModelServiceImpl.getRuntimeModel(String exportId) |
| Modifier and Type | Method and Description |
|---|---|
RuntimeModel |
RuntimeModelParserImpl.parse(InputStream is) |
protected RuntimeModel |
RuntimeModelParserImpl.retrieveRuntimeModel(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 |
|---|---|
RuntimeModel |
RuntimeModelEvent.getRuntimeModel() |
| Constructor and Description |
|---|
RuntimeModelEvent(RuntimeModel runtimeModel) |
| Modifier and Type | Method and Description |
|---|---|
RuntimeModel |
RuntimeModelParser.parse(InputStream is) |
| 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–2020 JBoss by Red Hat. All rights reserved.