Uses of Interface
com.flowable.platform.api.repository.StandardDataQueryConfiguration.InputParameter
Packages that use StandardDataQueryConfiguration.InputParameter
Package
Description
-
Uses of StandardDataQueryConfiguration.InputParameter in com.flowable.platform.api.repository
Methods in com.flowable.platform.api.repository that return StandardDataQueryConfiguration.InputParameterModifier and TypeMethodDescriptionStandardDataQueryConfiguration.Filter.getInputParameter
(String inputParameterName) Methods in com.flowable.platform.api.repository that return types with arguments of type StandardDataQueryConfiguration.InputParameterMethods in com.flowable.platform.api.repository with parameters of type StandardDataQueryConfiguration.InputParameterModifier and TypeMethodDescriptionvoid
StandardDataQueryConfiguration.Filter.addInputParameter
(StandardDataQueryConfiguration.InputParameter inputParameter) -
Uses of StandardDataQueryConfiguration.InputParameter in com.flowable.platform.engine.impl.cmd
Methods in com.flowable.platform.engine.impl.cmd with parameters of type StandardDataQueryConfiguration.InputParameterModifier and TypeMethodDescriptionGetDashboardComponentInfo.convert
(StandardDataQueryConfiguration.InputParameter inputParameter) -
Uses of StandardDataQueryConfiguration.InputParameter in com.flowable.platform.engine.impl.deployer
Classes in com.flowable.platform.engine.impl.deployer that implement StandardDataQueryConfiguration.InputParameterModifier and TypeClassDescriptionstatic class
Fields in com.flowable.platform.engine.impl.deployer with type parameters of type StandardDataQueryConfiguration.InputParameterMethods in com.flowable.platform.engine.impl.deployer that return StandardDataQueryConfiguration.InputParameterModifier and TypeMethodDescriptionStandardDataQueryConfigurationImpl.FilterImpl.getInputParameter
(String inputParameterName) Methods in com.flowable.platform.engine.impl.deployer that return types with arguments of type StandardDataQueryConfiguration.InputParameterModifier and TypeMethodDescriptionStandardDataQueryConfigurationImpl.FilterImpl.getInputParameters()
Methods in com.flowable.platform.engine.impl.deployer with parameters of type StandardDataQueryConfiguration.InputParameterModifier and TypeMethodDescriptionvoid
StandardDataQueryConfigurationImpl.FilterImpl.addInputParameter
(StandardDataQueryConfiguration.InputParameter inputParameter) Method parameters in com.flowable.platform.engine.impl.deployer with type arguments of type StandardDataQueryConfiguration.InputParameterModifier and TypeMethodDescriptionvoid
StandardDataQueryConfigurationImpl.FilterImpl.setInputParameters
(List<StandardDataQueryConfiguration.InputParameter> inputParameters)