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() | 
getDecisionDmnDecision 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 DmnDecisionLogicEvaluationEventCopyright © 2018. All rights reserved.