public interface RuntimeModelService
| Modifier and Type | Method and Description |
|---|---|
Optional<RuntimeModel> |
getRuntimeModel(String runtimeModelId)
Get a runtime model given an ID.
|
RuntimeServiceResponse |
info(String runtimeModelId)
Loads information about this installation.
|
RuntimeServiceResponse info(String runtimeModelId)
runtimeModelId - A runtime model id to be loaded. Can be null or an empty String.Optional<RuntimeModel> getRuntimeModel(String runtimeModelId)
runtimeModelId - The Runtime model represented by runtimeModelId.Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.