| Modifier and Type | Interface and Description |
|---|---|
interface |
DmnDecisionLiteralExpressionEvaluationEvent
Event which represents the evaluation of a decision with a literal expression.
|
interface |
DmnDecisionTableEvaluationEvent
Event which represents the evaluation of a decision table
|
| Modifier and Type | Method and Description |
|---|---|
DmnDecisionLogicEvaluationEvent |
DmnDecisionEvaluationEvent.getDecisionResult() |
| Modifier and Type | Method and Description |
|---|---|
Collection<DmnDecisionLogicEvaluationEvent> |
DmnDecisionEvaluationEvent.getRequiredDecisionResults() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultDmnDecisionContext.generateDecisionEvaluationEvent(List<DmnDecisionLogicEvaluationEvent> evaluatedEvents) |
| Modifier and Type | Class and Description |
|---|---|
class |
DmnDecisionLiteralExpressionEvaluationEventImpl |
class |
DmnDecisionTableEvaluationEventImpl |
| Modifier and Type | Field and Description |
|---|---|
protected DmnDecisionLogicEvaluationEvent |
DmnDecisionEvaluationEventImpl.decisionResult |
| Modifier and Type | Field and Description |
|---|---|
protected Collection<DmnDecisionLogicEvaluationEvent> |
DmnDecisionEvaluationEventImpl.requiredDecisionResults |
| Modifier and Type | Method and Description |
|---|---|
DmnDecisionLogicEvaluationEvent |
DmnDecisionEvaluationEventImpl.getDecisionResult() |
| Modifier and Type | Method and Description |
|---|---|
Collection<DmnDecisionLogicEvaluationEvent> |
DmnDecisionEvaluationEventImpl.getRequiredDecisionResults() |
| Modifier and Type | Method and Description |
|---|---|
void |
DmnDecisionEvaluationEventImpl.setDecisionResult(DmnDecisionLogicEvaluationEvent decisionResult) |
| Modifier and Type | Method and Description |
|---|---|
void |
DmnDecisionEvaluationEventImpl.setRequiredDecisionResults(Collection<DmnDecisionLogicEvaluationEvent> requiredDecisionResults) |
| Modifier and Type | Method and Description |
|---|---|
DmnDecisionLogicEvaluationEvent |
DmnDecisionLogicEvaluationHandler.evaluate(DmnDecision decision,
org.camunda.bpm.engine.variable.context.VariableContext variableContext)
Evaluate a decision with the given
VariableContext. |
DmnDecisionLogicEvaluationEvent |
DecisionTableEvaluationHandler.evaluate(DmnDecision decision,
org.camunda.bpm.engine.variable.context.VariableContext variableContext) |
DmnDecisionLogicEvaluationEvent |
DecisionLiteralExpressionEvaluationHandler.evaluate(DmnDecision decision,
org.camunda.bpm.engine.variable.context.VariableContext variableContext) |
| Modifier and Type | Method and Description |
|---|---|
DmnDecisionResult |
DmnDecisionLogicEvaluationHandler.generateDecisionResult(DmnDecisionLogicEvaluationEvent event)
Generates the decision evaluation result of the given event.
|
DmnDecisionResult |
DecisionTableEvaluationHandler.generateDecisionResult(DmnDecisionLogicEvaluationEvent event) |
DmnDecisionResult |
DecisionLiteralExpressionEvaluationHandler.generateDecisionResult(DmnDecisionLogicEvaluationEvent event) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DmnEngineMetricCollectorWrapper.notifyCollector(DmnDecisionLogicEvaluationEvent evaluationEvent) |
Copyright © 2018. All rights reserved.