Class GetAvailableDashboardComponentDefinitionModelsCmd
java.lang.Object
com.flowable.platform.engine.impl.cmd.AbstractNeedsDashboardCmd
com.flowable.platform.engine.impl.cmd.GetAvailableDashboardComponentDefinitionModelsCmd
- All Implemented Interfaces:
Command<List<DashboardComponentDefinitionModel>>
public class GetAvailableDashboardComponentDefinitionModelsCmd
extends AbstractNeedsDashboardCmd
implements Command<List<DashboardComponentDefinitionModel>>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionexecute
(CommandContext commandContext) protected List<DashboardComponentDefinitionEntity>
findDashboardComponentsDefinitions
(CommandContext commandContext, String tenantId) Methods inherited from class com.flowable.platform.engine.impl.cmd.AbstractNeedsDashboardCmd
getDashboard, getDashboardComponentDefinitionModel, getDashboardConfiguration, getDashboardEntityManager
-
Field Details
-
dashboardId
-
-
Constructor Details
-
GetAvailableDashboardComponentDefinitionModelsCmd
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceCommand<List<DashboardComponentDefinitionModel>>
-
findDashboardComponentsDefinitions
protected List<DashboardComponentDefinitionEntity> findDashboardComponentsDefinitions(CommandContext commandContext, String tenantId)
-