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 TypeMethodDescriptionvoid
ELExecutionContext.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 boolean
HitPolicyCollect.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 BuiltinAggregator
DecisionTable.getAggregation()
static BuiltinAggregator
Returns 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 TypeMethodDescriptionvoid
DecisionTable.setAggregation
(BuiltinAggregator aggregation)