Uses of Interface
org.kie.dmn.api.core.DMNResult
Packages that use DMNResult
-
Uses of DMNResult in org.kie.dmn.api.core
Methods in org.kie.dmn.api.core that return DMNResultModifier and TypeMethodDescriptionDMNRuntime.evaluateAll(DMNModel model, DMNContext context) Evaluate all decisions for the model, given the contextDMNRuntime.evaluateById(DMNModel model, DMNContext context, String... decisionIds) Evaluate all decision identified by the given IDs and all dependent decisions, given the contextDMNRuntime.evaluateByName(DMNModel model, DMNContext context, String... decisionNames) Evaluate all decisions identified by the given names and all dependent decisions, given the contextDMNRuntime.evaluateDecisionById(DMNModel model, String decisionId, DMNContext context) Deprecated.DMNRuntime.evaluateDecisionByName(DMNModel model, String decisionName, DMNContext context) Deprecated.consider usingDMNRuntime.evaluateByName(DMNModel, DMNContext, String...)insteadDMNRuntime.evaluateDecisionService(DMNModel model, DMNContext context, String decisionServiceName) Evaluate the Decision Service identified by the given name, given the context -
Uses of DMNResult in org.kie.dmn.api.core.event
Methods in org.kie.dmn.api.core.event that return DMNResult
DMNRuntime.evaluateById(DMNModel, DMNContext, String...)instead