|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DmnDecisionLogicEvaluationHandler
Evaluates decisions with a specific kind of decision logic and generates the result.
| Method Summary | |
|---|---|
DmnDecisionLogicEvaluationEvent |
evaluate(DmnDecision decision,
org.camunda.bpm.engine.variable.context.VariableContext variableContext)
Evaluate a decision with the given VariableContext. |
DmnDecisionResult |
generateDecisionResult(DmnDecisionLogicEvaluationEvent event)
Generates the decision evaluation result of the given event. |
| Method Detail |
|---|
DmnDecisionLogicEvaluationEvent evaluate(DmnDecision decision,
org.camunda.bpm.engine.variable.context.VariableContext variableContext)
VariableContext.
decision - the decision to evaluatevariableContext - the available variable context
DmnDecisionResult generateDecisionResult(DmnDecisionLogicEvaluationEvent event)
event - which represents the evaluation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||