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