Package org.dashbuilder.shared.service
Interface RuntimeModelService
-
- All Known Implementing Classes:
RuntimeModelServiceImpl
public interface RuntimeModelServiceService to access RuntimeModel.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<RuntimeModel>getRuntimeModel(String runtimeModelId)Get a runtime model given an ID.RuntimeServiceResponseinfo(String runtimeModelId)Loads information about this installation.
-
-
-
Method Detail
-
info
RuntimeServiceResponse info(String runtimeModelId)
Loads information about this installation.- Parameters:
runtimeModelId- A runtime model id to be loaded. Can be null or an empty String.- Returns:
-
getRuntimeModel
Optional<RuntimeModel> getRuntimeModel(String runtimeModelId)
Get a runtime model given an ID.- Parameters:
runtimeModelId- The Runtime model represented by runtimeModelId.- Returns:
- An optional containing the RuntimeModel or empty if the runtime model couldn't be found or built.
-
-