public interface DmnDecisionTableResult extends List<DmnDecisionRuleResult>, Serializable
DmnDecisionRuleResult). This represents the output entries of all matching
decision rules.| Modifier and Type | Method and Description |
|---|---|
<T> List<T> |
collectEntries(String outputName)
Collects the entries for a output name.
|
DmnDecisionRuleResult |
getFirstResult()
Returns the first
DmnDecisionRuleResult. |
List<Map<String,Object>> |
getResultList()
Returns the entries of all decision rule results.
|
DmnDecisionRuleResult |
getSingleResult()
Returns the single
DmnDecisionRuleResult of the result. |
DmnDecisionRuleResult getFirstResult()
DmnDecisionRuleResult.DmnDecisionRuleResult getSingleResult()
DmnDecisionRuleResult of the result. Which asserts
that only one decision rule result exist.DmnEngineException - if more than one decision rule result exists<T> List<T> collectEntries(String outputName)
DmnDecisionRuleResult. Note that the list
may contains less entries than decision rule results if an output does not
contain a value for the output name.T - the type of the rule result entryoutputName - the name of the output to collectList<Map<String,Object>> getResultList()
DmnDecisionRuleResult.getEntryMap()Copyright © 2018. All rights reserved.