Class DashboardConfigurationServiceImpl
java.lang.Object
org.flowable.common.engine.impl.service.CommonServiceImpl<C>
org.flowable.common.engine.impl.service.CommonEngineServiceImpl<PlatformEngineConfiguration>
com.flowable.platform.engine.impl.dashboard.DashboardConfigurationServiceImpl
- All Implemented Interfaces:
DashboardConfigurationService
public class DashboardConfigurationServiceImpl
extends CommonEngineServiceImpl<PlatformEngineConfiguration>
implements DashboardConfigurationService
-
Field Summary
Fields inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl
commandExecutorFields inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
configuration -
Constructor Summary
ConstructorsConstructorDescriptionDashboardConfigurationServiceImpl(PlatformEngineConfiguration engineConfiguration) -
Method Summary
Modifier and TypeMethodDescriptioncreateDashboard(String name, String currentUserId, String currentTenantId) createDashboardUpdateBuilder(String dashboardId) voidgetAvailableComponentDefinitions(String dashboardId) getDashboardComponentInfo(String dashboardId) getDashboardDefinitionModel(String dashboardId, String dashboardComponentDefinitionKey) updateDashboard(DashboardUpdateBuilderImpl dashboardBuilder) Methods inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl
getCommandExecutor, setCommandExecutorMethods inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
getConfiguration
-
Constructor Details
-
DashboardConfigurationServiceImpl
-
-
Method Details
-
createDashboard
- Specified by:
createDashboardin interfaceDashboardConfigurationService
-
createDashboardQuery
- Specified by:
createDashboardQueryin interfaceDashboardConfigurationService
-
delete
- Specified by:
deletein interfaceDashboardConfigurationService
-
getAvailableComponentDefinitions
- Specified by:
getAvailableComponentDefinitionsin interfaceDashboardConfigurationService
-
createDashboardUpdateBuilder
- Specified by:
createDashboardUpdateBuilderin interfaceDashboardConfigurationService
-
updateDashboard
-
getDashboardComponentInfo
public List<DashboardComponentDefinitionModel.DashboardComponentInfo> getDashboardComponentInfo(String dashboardId) - Specified by:
getDashboardComponentInfoin interfaceDashboardConfigurationService
-
getDashboardDefinitionModel
public DashboardComponentDefinitionModel getDashboardDefinitionModel(String dashboardId, String dashboardComponentDefinitionKey) - Specified by:
getDashboardDefinitionModelin interfaceDashboardConfigurationService
-