Class RuntimeInfoServiceImpl
- java.lang.Object
-
- org.dashbuilder.backend.services.impl.RuntimeInfoServiceImpl
-
- All Implemented Interfaces:
RuntimeInfoService
@ApplicationScoped public class RuntimeInfoServiceImpl extends Object implements RuntimeInfoService
-
-
Constructor Summary
Constructors Constructor Description RuntimeInfoServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<DashboardInfo>dashboardInfo(String modelId)Information about a specific runtime model.DashbuilderRuntimeInfoinfo()Access Server information.
-
-
-
Method Detail
-
info
public DashbuilderRuntimeInfo info()
Description copied from interface:RuntimeInfoServiceAccess Server information.- Specified by:
infoin interfaceRuntimeInfoService
-
dashboardInfo
public Optional<DashboardInfo> dashboardInfo(String modelId)
Description copied from interface:RuntimeInfoServiceInformation about a specific runtime model. Used in MULTI mode.- Specified by:
dashboardInfoin interfaceRuntimeInfoService- Parameters:
modelId- The model ID.- Returns:
- The dashboard information for the given runtime model id or empty if no dashboard is found.
-
-