public interface DmnDecisionTableEvaluationEvent extends DmnDecisionLogicEvaluationEvent
Modifier and Type | Method and Description |
---|---|
String |
getCollectResultName() |
org.camunda.bpm.engine.variable.value.TypedValue |
getCollectResultValue() |
DmnDecision |
getDecisionTable() |
long |
getExecutedDecisionElements() |
List<DmnEvaluatedInput> |
getInputs() |
List<DmnEvaluatedDecisionRule> |
getMatchingRules() |
getDecision
DmnDecision getDecisionTable()
List<DmnEvaluatedInput> getInputs()
List<DmnEvaluatedDecisionRule> getMatchingRules()
String getCollectResultName()
HitPolicy.COLLECT
was used with an aggregator otherwise nullorg.camunda.bpm.engine.variable.value.TypedValue getCollectResultValue()
HitPolicy.COLLECT
was used with an aggregator otherwise nulllong getExecutedDecisionElements()
getExecutedDecisionElements
in interface DmnDecisionLogicEvaluationEvent
Copyright © 2022. All rights reserved.