Package | Description |
---|---|
org.kie.dmn.api.core | |
org.kie.dmn.api.core.event |
Modifier and Type | Method and Description |
---|---|
DMNResult |
DMNRuntime.evaluateAll(DMNModel model,
DMNContext context)
Evaluate all decisions for the model, given the context
|
DMNResult |
DMNRuntime.evaluateById(DMNModel model,
DMNContext context,
String... decisionIds)
Evaluate all decision identified by the given IDs and
all dependent decisions, given the context
|
DMNResult |
DMNRuntime.evaluateByName(DMNModel model,
DMNContext context,
String... decisionNames)
Evaluate all decisions identified by the given names and
all dependent decisions, given the context
|
DMNResult |
DMNRuntime.evaluateDecisionById(DMNModel model,
String decisionId,
DMNContext context)
Deprecated.
consider using
DMNRuntime.evaluateById(DMNModel, DMNContext, String...) instead |
DMNResult |
DMNRuntime.evaluateDecisionByName(DMNModel model,
String decisionName,
DMNContext context)
Deprecated.
consider using
DMNRuntime.evaluateByName(DMNModel, DMNContext, String...) instead |
DMNResult |
DMNRuntime.evaluateDecisionService(DMNModel model,
DMNContext context,
String decisionServiceName)
Evaluate the Decision Service identified by the given name, given the context
|
Modifier and Type | Method and Description |
---|---|
DMNResult |
DMNEvent.getResult() |
DMNResult |
BeforeEvaluateDecisionTableEvent.getResult() |
DMNResult |
AfterEvaluateDecisionTableEvent.getResult() |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.