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
Fields -
Constructor Summary
ConstructorsConstructorDescriptionHistoryDecisionEvaluationListener(DmnHistoryEventProducer historyEventProducer) -
Method Summary
Modifier and TypeMethodDescriptionprotected HistoryEventcreateHistoryEvent(DmnDecisionEvaluationEvent evaluationEvent) protected booleanisDeployedDecisionTable(DmnDecision decision) voidnotify(DmnDecisionEvaluationEvent evaluationEvent) Will be called after a decision was evaluated.
-
Field Details
-
eventProducer
-
historyLevel
-
-
Constructor Details
-
HistoryDecisionEvaluationListener
-
-
Method Details
-
notify
Description copied from interface:DmnDecisionEvaluationListenerWill be called after a decision was evaluated.- Specified by:
notifyin interfaceDmnDecisionEvaluationListener- Parameters:
evaluationEvent- the evaluation event
-
createHistoryEvent
-
isDeployedDecisionTable
-