Package | Description |
---|---|
org.kie.dmn.api.core |
Modifier and Type | Method and Description |
---|---|
DMNDecisionResult |
DMNResult.getDecisionResultById(String id)
Returns the result of a single decision.
|
DMNDecisionResult |
DMNResult.getDecisionResultByName(String name)
Returns the result of a single decision.
|
Modifier and Type | Method and Description |
---|---|
List<DMNDecisionResult> |
DMNResult.getDecisionResults()
Returns a list containing all the results
of the decisions executed
|
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.