Class AbstractNeedsDashboardCmd
java.lang.Object
com.flowable.platform.engine.impl.cmd.AbstractNeedsDashboardCmd
- Direct Known Subclasses:
DeleteDashboardCmd,GetAvailableDashboardComponentDefinitionModelsCmd,GetDashboardComponentDefinitionCmd,GetDashboardComponentInfo,UpdateDashboardConfigurationCmd
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDashboard(CommandContext commandContext, String dashboardId) protected DashboardComponentDefinitionModelgetDashboardComponentDefinitionModel(DashboardEntity dashboard, PlatformEngineConfiguration platformEngineConfiguration, String definitionKey) protected DashboardConfigurationgetDashboardConfiguration(CommandContext commandContext, String dashboardId) protected DashboardEntityManagergetDashboardEntityManager(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
-