Uses of Enum Class
org.flowable.dmn.model.HitPolicy
Packages that use HitPolicy
-
Uses of HitPolicy in org.flowable.dmn.api
Constructors in org.flowable.dmn.api with parameters of type HitPolicy -
Uses of HitPolicy in org.flowable.dmn.engine.impl
Methods in org.flowable.dmn.engine.impl with parameters of type HitPolicyModifier and TypeMethodDescriptionprotected void
RuleEngineExecutorImpl.composeOutputEntryResult
(int ruleNumber, RuleOutputClauseContainer ruleClauseContainer, HitPolicy hitPolicy, ELExecutionContext executionContext) protected void
RuleEngineExecutorImpl.executeOutputEntryAction
(int ruleNumber, List<RuleOutputClauseContainer> ruleOutputContainers, HitPolicy hitPolicy, ELExecutionContext executionContext) protected AbstractHitPolicy
RuleEngineExecutorImpl.getHitPolicyBehavior
(HitPolicy hitPolicy) -
Uses of HitPolicy in org.flowable.dmn.model
Fields in org.flowable.dmn.model declared as HitPolicyMethods in org.flowable.dmn.model that return HitPolicyModifier and TypeMethodDescriptionstatic HitPolicy
DecisionTable.getHitPolicy()
static HitPolicy
Returns the enum constant of this class with the specified name.static HitPolicy[]
HitPolicy.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 HitPolicy