Interface DashboardConfigurationService
- All Known Implementing Classes:
DashboardConfigurationServiceImpl
public interface DashboardConfigurationService
-
Method Summary
Modifier and TypeMethodDescriptioncreateDashboard
(String name, String currentUserId, String currentTenantId) createDashboardUpdateBuilder
(String dashboardId) void
getAvailableComponentDefinitions
(String dashboardId) getDashboardDefinitionModel
(String dashboardId, String dashboardComponentDefinitionKey) getDashboardInputParameters
(String dashboardId)
-
Method Details
-
createDashboard
-
createDashboardQuery
DashboardQuery createDashboardQuery() -
delete
-
getAvailableComponentDefinitions
-
createDashboardUpdateBuilder
-
getDashboardInputParameters
List<DashboardComponentDefinitionModel.DashboardComponentInputParameter> getDashboardInputParameters(String dashboardId) -
getDashboardDefinitionModel
DashboardComponentDefinitionModel getDashboardDefinitionModel(String dashboardId, String dashboardComponentDefinitionKey)
-