Uses of Class
com.morpheusdata.model.Dashboard
Packages that use Dashboard
-
Uses of Dashboard in com.morpheusdata.core.dashboard
Methods in com.morpheusdata.core.dashboard that return DashboardModifier and TypeMethodDescriptionDashboardProvider.getDashboard()the dashboard model representing the dashboard to save as an optionMethods in com.morpheusdata.core.dashboard that return types with arguments of type DashboardModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Dashboard>MorpheusDashboardService.getDashboard(Long id) Load the Dashboard requested by idio.reactivex.rxjava3.core.Single<Dashboard>MorpheusDashboardService.getDashboard(String code) Load the Dashboard requested by codeMethods in com.morpheusdata.core.dashboard with parameters of type DashboardModifier and TypeMethodDescriptionAbstractDashboardProvider.getDashboardScriptPath(Dashboard dashboard, Map<String, Object> opts) get the relative url path for the script for this dashboardDashboardProvider.getDashboardScriptPath(Dashboard dashboard, Map<String, Object> opts) Returns the relative path of a script for this dashboardAbstractDashboardProvider.renderDashboard(Dashboard dashboard, Map<String, Object> opts) render the dashboard templateDashboardProvider.renderDashboard(Dashboard dashboard, Map<String, Object> opts) Presents the HTML Rendered output of a dashboard. -
Uses of Dashboard in com.morpheusdata.core.synchronous.dashboard
Methods in com.morpheusdata.core.synchronous.dashboard that return DashboardModifier and TypeMethodDescriptionMorpheusSynchronousDashboardService.getDashboard(Long id) Load the Dashboard requested by idMorpheusSynchronousDashboardService.getDashboard(String code) Load the Dashboard requested by code