Uses of Interface
org.kie.dmn.api.core.DMNContext
Packages that use DMNContext
-
Uses of DMNContext in org.kie.dmn.api.core
Methods in org.kie.dmn.api.core that return DMNContextModifier and TypeMethodDescriptionDMNContext.clone()DMNResult.getContext()Returns the full context, including all input variables and additional variables and decisions set during the service invocationDMNRuntime.newContext()Creates a new empty DMNContextMethods in org.kie.dmn.api.core with parameters of type DMNContextModifier 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
DMNRuntime.evaluateById(DMNModel, DMNContext, String...)instead