Uses of Interface
org.kie.dmn.api.core.DMNDecisionResult
-
Packages that use DMNDecisionResult Package Description org.kie.dmn.api.core -
-
Uses of DMNDecisionResult in org.kie.dmn.api.core
Methods in org.kie.dmn.api.core that return DMNDecisionResult Modifier and Type Method Description DMNDecisionResultDMNResult. getDecisionResultById(String id)Returns the result of a single decision.DMNDecisionResultDMNResult. getDecisionResultByName(String name)Returns the result of a single decision.Methods in org.kie.dmn.api.core that return types with arguments of type DMNDecisionResult Modifier and Type Method Description List<DMNDecisionResult>DMNResult. getDecisionResults()Returns a list containing all the results of the decisions executed
-