public interface DmnDecisionTableEvaluationEvent
| 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()  | 
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()
Copyright © 2017. All rights reserved.