Uses of Interface
com.flowable.platform.api.repository.DashboardComponentDefinitionModel.DashboardComponentInputParameter
Package
Description
-
Uses of DashboardComponentDefinitionModel.DashboardComponentInputParameter in com.flowable.platform.api.dashboard
Modifier and TypeMethodDescriptionDashboardConfigurationService.getDashboardInputParameters
(String dashboardId) -
Uses of DashboardComponentDefinitionModel.DashboardComponentInputParameter in com.flowable.platform.api.repository
Modifier and TypeMethodDescriptionDashboardComponentDefinitionModel.getInputParameters()
Returns the list of input parameters that this component can use. -
Uses of DashboardComponentDefinitionModel.DashboardComponentInputParameter in com.flowable.platform.engine.impl.cmd
Modifier and TypeMethodDescriptionGetDashboardInputParametersCmd.convert
(QueryParameter queryParameter) Modifier and TypeMethodDescriptionGetDashboardInputParametersCmd.execute
(CommandContext commandContext) -
Uses of DashboardComponentDefinitionModel.DashboardComponentInputParameter in com.flowable.platform.engine.impl.dashboard
Modifier and TypeMethodDescriptionDashboardConfigurationServiceImpl.getDashboardInputParameters
(String dashboardId) -
Uses of DashboardComponentDefinitionModel.DashboardComponentInputParameter in com.flowable.platform.engine.impl.repository.dashboard
Modifier and TypeMethodDescriptionvoid
BaseDashboardComponentDefinitionModel.setInputParameters
(List<DashboardComponentDefinitionModel.DashboardComponentInputParameter> inputParameters) -
Uses of DashboardComponentDefinitionModel.DashboardComponentInputParameter in com.flowable.platform.service.dashboard
Modifier and TypeMethodDescriptionDashboardService.getDashboardInputParameters
(String dashboardId) Returns the union of all input parameters of all components for the dashboard with the provided id.DashboardServiceImpl.getDashboardInputParameters
(String dashboardId) -
Uses of DashboardComponentDefinitionModel.DashboardComponentInputParameter in com.flowable.platform.service.dashboard.transformer
Modifier and TypeMethodDescriptionDashboardComponentInputValuesTransformerImpl.convert
(QueryParameter queryParameter) Modifier and TypeMethodDescriptionDashboardComponentInputValuesTransformerImpl.getDashboardComponentInputParameters
(Dashboard dashboard, DashboardComponentDefinitionModel definitionModel)