Uses of Enum Class
org.flowable.dmn.model.BuiltinAggregator
Packages that use BuiltinAggregator
Package
Description
-
Uses of BuiltinAggregator in org.flowable.dmn.engine.impl.el
Fields in org.flowable.dmn.engine.impl.el declared as BuiltinAggregatorMethods in org.flowable.dmn.engine.impl.el that return BuiltinAggregatorMethods in org.flowable.dmn.engine.impl.el with parameters of type BuiltinAggregatorModifier and TypeMethodDescriptionvoidELExecutionContext.setAggregator(BuiltinAggregator aggregator) -
Uses of BuiltinAggregator in org.flowable.dmn.engine.impl.hitpolicy
Methods in org.flowable.dmn.engine.impl.hitpolicy with parameters of type BuiltinAggregatorModifier and TypeMethodDescriptionprotected booleanHitPolicyCollect.isMultipleResults(BuiltinAggregator aggregator) -
Uses of BuiltinAggregator in org.flowable.dmn.model
Fields in org.flowable.dmn.model declared as BuiltinAggregatorMethods in org.flowable.dmn.model that return BuiltinAggregatorModifier and TypeMethodDescriptionstatic BuiltinAggregatorDecisionTable.getAggregation()static BuiltinAggregatorReturns the enum constant of this class with the specified name.static BuiltinAggregator[]BuiltinAggregator.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.flowable.dmn.model with parameters of type BuiltinAggregatorModifier and TypeMethodDescriptionvoidDecisionTable.setAggregation(BuiltinAggregator aggregation)