public interface DMNResult extends DMNMessageContainer
Modifier and Type | Method and Description |
---|---|
DMNContext |
getContext()
Returns the full context, including
all input variables and additional
variables and decisions set during
the service invocation
|
DMNDecisionResult |
getDecisionResultById(String id)
Returns the result of a single decision.
|
DMNDecisionResult |
getDecisionResultByName(String name)
Returns the result of a single decision.
|
List<DMNDecisionResult> |
getDecisionResults()
Returns a list containing all the results
of the decisions executed
|
getMessages, getMessages, hasErrors
DMNContext getContext()
List<DMNDecisionResult> getDecisionResults()
DMNDecisionResult getDecisionResultByName(String name)
name
- the name of the decisionDMNDecisionResult getDecisionResultById(String id)
id
- the id of the decisionCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.