Uses of Class
org.dashbuilder.shared.model.DashboardInfo
-
Packages that use DashboardInfo Package Description org.dashbuilder.backend.services org.dashbuilder.backend.services.impl -
-
Uses of DashboardInfo in org.dashbuilder.backend.services
Methods in org.dashbuilder.backend.services that return types with arguments of type DashboardInfo Modifier and Type Method Description Optional<DashboardInfo>RuntimeInfoService. dashboardInfo(String modelId)Information about a specific runtime model. -
Uses of DashboardInfo in org.dashbuilder.backend.services.impl
Methods in org.dashbuilder.backend.services.impl that return types with arguments of type DashboardInfo Modifier and Type Method Description Optional<DashboardInfo>RuntimeInfoServiceImpl. dashboardInfo(String modelId)
-