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