Uses of Interface
org.kie.dmn.api.core.DMNContext
-
Packages that use DMNContext Package Description org.kie.dmn.api.core -
-
Uses of DMNContext in org.kie.dmn.api.core
Methods in org.kie.dmn.api.core that return DMNContext Modifier and Type Method Description DMNContextDMNContext. clone()DMNContextDMNResult. getContext()Returns the full context, including all input variables and additional variables and decisions set during the service invocationDMNContextDMNRuntime. newContext()Creates a new empty DMNContextMethods in org.kie.dmn.api.core with parameters of type DMNContext Modifier and Type Method Description DMNResultDMNRuntime. evaluateAll(DMNModel model, DMNContext context)Evaluate all decisions for the model, given the contextDMNResultDMNRuntime. evaluateById(DMNModel model, DMNContext context, String... decisionIds)Evaluate all decision identified by the given IDs and all dependent decisions, given the contextDMNResultDMNRuntime. evaluateByName(DMNModel model, DMNContext context, String... decisionNames)Evaluate all decisions identified by the given names and all dependent decisions, given the contextDMNResultDMNRuntime. evaluateDecisionById(DMNModel model, String decisionId, DMNContext context)Deprecated.consider usingDMNRuntime.evaluateById(DMNModel, DMNContext, String...)insteadDMNResultDMNRuntime. evaluateDecisionByName(DMNModel model, String decisionName, DMNContext context)Deprecated.consider usingDMNRuntime.evaluateByName(DMNModel, DMNContext, String...)insteadDMNResultDMNRuntime. evaluateDecisionService(DMNModel model, DMNContext context, String decisionServiceName)Evaluate the Decision Service identified by the given name, given the context
-