Class GetDashboardComponentInfo
java.lang.Object
com.flowable.platform.engine.impl.cmd.AbstractNeedsDashboardCmd
com.flowable.platform.engine.impl.cmd.GetDashboardComponentInfo
- All Implemented Interfaces:
Command<List<DashboardComponentDefinitionModel.DashboardComponentInfo>>
public class GetDashboardComponentInfo
extends AbstractNeedsDashboardCmd
implements Command<List<DashboardComponentDefinitionModel.DashboardComponentInfo>>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvert
(StandardDataQueryConfiguration.InputParameter inputParameter) execute
(CommandContext commandContext) Methods inherited from class com.flowable.platform.engine.impl.cmd.AbstractNeedsDashboardCmd
getDashboard, getDashboardComponentDefinitionModel, getDashboardConfiguration, getDashboardEntityManager
-
Field Details
-
dashboardId
-
-
Constructor Details
-
GetDashboardComponentInfo
-
-
Method Details
-
execute
public List<DashboardComponentDefinitionModel.DashboardComponentInfo> execute(CommandContext commandContext) - Specified by:
execute
in interfaceCommand<List<DashboardComponentDefinitionModel.DashboardComponentInfo>>
-
convert
protected DashboardComponentDefinitionModel.DashboardComponentInputParameter convert(StandardDataQueryConfiguration.InputParameter inputParameter)
-