Class AbstractNeedsDashboardCmd
java.lang.Object
com.flowable.platform.engine.impl.cmd.AbstractNeedsDashboardCmd
- Direct Known Subclasses:
DeleteDashboardCmd
,GetAvailableDashboardComponentDefinitionModelsCmd
,GetDashboardComponentDefinitionCmd
,GetDashboardInputParametersCmd
,UpdateDashboardConfigurationCmd
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDashboard
(CommandContext commandContext, String dashboardId) protected DashboardComponentDefinitionModel
getDashboardComponentDefinitionModel
(DashboardEntity dashboard, PlatformEngineConfiguration platformEngineConfiguration, String definitionKey) protected DashboardConfiguration
getDashboardConfiguration
(CommandContext commandContext, String dashboardId) protected DashboardEntityManager
getDashboardEntityManager
(CommandContext commandContext)
-
Constructor Details
-
AbstractNeedsDashboardCmd
public AbstractNeedsDashboardCmd()
-
-
Method Details
-
getDashboard
-
getDashboardConfiguration
protected DashboardConfiguration getDashboardConfiguration(CommandContext commandContext, String dashboardId) -
getDashboardComponentDefinitionModel
protected DashboardComponentDefinitionModel getDashboardComponentDefinitionModel(DashboardEntity dashboard, PlatformEngineConfiguration platformEngineConfiguration, String definitionKey) -
getDashboardEntityManager
-