Uses of Interface
com.flowable.platform.api.repository.DashboardComponentDefinitionModel.DashboardComponentInputParameter
Packages that use DashboardComponentDefinitionModel.DashboardComponentInputParameter
Package
Description
-
Uses of DashboardComponentDefinitionModel.DashboardComponentInputParameter in com.flowable.platform.api.dashboard
Methods in com.flowable.platform.api.dashboard that return types with arguments of type DashboardComponentDefinitionModel.DashboardComponentInputParameterModifier and TypeMethodDescriptionDashboardConfigurationService.getDashboardInputParameters(String dashboardId) -
Uses of DashboardComponentDefinitionModel.DashboardComponentInputParameter in com.flowable.platform.api.repository
Methods in com.flowable.platform.api.repository that return types with arguments of type DashboardComponentDefinitionModel.DashboardComponentInputParameterModifier 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
Methods in com.flowable.platform.engine.impl.cmd that return DashboardComponentDefinitionModel.DashboardComponentInputParameterModifier and TypeMethodDescriptionGetDashboardInputParametersCmd.convert(QueryParameter queryParameter) Methods in com.flowable.platform.engine.impl.cmd that return types with arguments of type DashboardComponentDefinitionModel.DashboardComponentInputParameterModifier and TypeMethodDescriptionGetDashboardInputParametersCmd.execute(CommandContext commandContext) -
Uses of DashboardComponentDefinitionModel.DashboardComponentInputParameter in com.flowable.platform.engine.impl.dashboard
Methods in com.flowable.platform.engine.impl.dashboard that return types with arguments of type DashboardComponentDefinitionModel.DashboardComponentInputParameterModifier and TypeMethodDescriptionDashboardConfigurationServiceImpl.getDashboardInputParameters(String dashboardId) -
Uses of DashboardComponentDefinitionModel.DashboardComponentInputParameter in com.flowable.platform.engine.impl.repository.dashboard
Classes in com.flowable.platform.engine.impl.repository.dashboard that implement DashboardComponentDefinitionModel.DashboardComponentInputParameterFields in com.flowable.platform.engine.impl.repository.dashboard with type parameters of type DashboardComponentDefinitionModel.DashboardComponentInputParameterMethods in com.flowable.platform.engine.impl.repository.dashboard that return types with arguments of type DashboardComponentDefinitionModel.DashboardComponentInputParameterMethod parameters in com.flowable.platform.engine.impl.repository.dashboard with type arguments of type DashboardComponentDefinitionModel.DashboardComponentInputParameterModifier and TypeMethodDescriptionvoidBaseDashboardComponentDefinitionModel.setInputParameters(List<DashboardComponentDefinitionModel.DashboardComponentInputParameter> inputParameters) -
Uses of DashboardComponentDefinitionModel.DashboardComponentInputParameter in com.flowable.platform.service.dashboard
Methods in com.flowable.platform.service.dashboard that return types with arguments of type DashboardComponentDefinitionModel.DashboardComponentInputParameterModifier 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
Methods in com.flowable.platform.service.dashboard.transformer that return DashboardComponentDefinitionModel.DashboardComponentInputParameterModifier and TypeMethodDescriptionDashboardComponentInputValuesTransformerImpl.convert(QueryParameter queryParameter) Methods in com.flowable.platform.service.dashboard.transformer that return types with arguments of type DashboardComponentDefinitionModel.DashboardComponentInputParameterModifier and TypeMethodDescriptionDashboardComponentInputValuesTransformerImpl.getDashboardComponentInputParameters(Dashboard dashboard, DashboardComponentDefinitionModel definitionModel)