|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DmnDecisionTableResult
The result of one decision table. Which is the list of its decision rule results (see
DmnDecisionRuleResult). This represents the output entries of all matching
decision rules.
| Method Summary | ||
|---|---|---|
|
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. |
|
|
getSingleEntry()
Returns the value of the single entry of the decision rule result. |
|
|
getSingleEntryTyped()
Returns the typed value of the single entry of the decision rule result. |
|
DmnDecisionRuleResult |
getSingleResult()
Returns the single DmnDecisionRuleResult of the result. |
|
| Methods inherited from interface java.util.List |
|---|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
| Method Detail |
|---|
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 collect
List<Map<String,Object>> getResultList()
DmnDecisionRuleResult.getEntryMap()<T> T getSingleEntry()
T - the type of the result entry
DmnEngineException - if more than one decision rule result or more than one result entry
existsgetSingleEntryTyped()<T extends org.camunda.bpm.engine.variable.value.TypedValue> T getSingleEntryTyped()
T - the type of the result entry
DmnEngineException - if more than one decision rule result or more than one result entry
existsgetSingleEntry()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||