@ApplicationScoped public class RuntimeModelServiceImpl extends Object implements RuntimeModelService
| Constructor and Description |
|---|
RuntimeModelServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
Optional<RuntimeModel> |
getRuntimeModel(String exportId)
Get a runtime model given an ID.
|
RuntimeServiceResponse |
info(String runtimeModelId)
Loads information about this installation.
|
public RuntimeServiceResponse info(String runtimeModelId)
RuntimeModelServiceinfo in interface RuntimeModelServiceruntimeModelId - A runtime model id to be loaded. Can be null or an empty String.public Optional<RuntimeModel> getRuntimeModel(String exportId)
RuntimeModelServicegetRuntimeModel in interface RuntimeModelServiceexportId - The Runtime model represented by runtimeModelId.Copyright © 2012–2021 JBoss by Red Hat. All rights reserved.