Class HistoryDecisionEvaluationListener
java.lang.Object
org.camunda.bpm.engine.impl.history.parser.HistoryDecisionEvaluationListener
- All Implemented Interfaces:
DmnDecisionEvaluationListener
public class HistoryDecisionEvaluationListener
extends Object
implements DmnDecisionEvaluationListener
-
Field Summary
-
Constructor Summary
ConstructorDescriptionHistoryDecisionEvaluationListener
(DmnHistoryEventProducer historyEventProducer) -
Method Summary
Modifier and TypeMethodDescriptionprotected HistoryEvent
createHistoryEvent
(DmnDecisionEvaluationEvent evaluationEvent) protected boolean
isDeployedDecisionTable
(DmnDecision decision) void
notify
(DmnDecisionEvaluationEvent evaluationEvent) Will be called after a decision was evaluated.
-
Field Details
-
eventProducer
-
historyLevel
-
-
Constructor Details
-
HistoryDecisionEvaluationListener
-
-
Method Details
-
notify
Description copied from interface:DmnDecisionEvaluationListener
Will be called after a decision was evaluated.- Specified by:
notify
in interfaceDmnDecisionEvaluationListener
- Parameters:
evaluationEvent
- the evaluation event
-
createHistoryEvent
-
isDeployedDecisionTable
-