Class HistoryDecisionEvaluationListener
- java.lang.Object
-
- org.camunda.bpm.engine.impl.history.parser.HistoryDecisionEvaluationListener
-
- All Implemented Interfaces:
org.camunda.bpm.dmn.engine.delegate.DmnDecisionEvaluationListener
public class HistoryDecisionEvaluationListener extends Object implements org.camunda.bpm.dmn.engine.delegate.DmnDecisionEvaluationListener
-
-
Field Summary
Fields Modifier and Type Field Description protected DmnHistoryEventProducereventProducerprotected HistoryLevelhistoryLevel
-
Constructor Summary
Constructors Constructor Description HistoryDecisionEvaluationListener(DmnHistoryEventProducer historyEventProducer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected HistoryEventcreateHistoryEvent(org.camunda.bpm.dmn.engine.delegate.DmnDecisionEvaluationEvent evaluationEvent)protected booleanisDeployedDecisionTable(org.camunda.bpm.dmn.engine.DmnDecision decision)voidnotify(org.camunda.bpm.dmn.engine.delegate.DmnDecisionEvaluationEvent evaluationEvent)
-
-
-
Field Detail
-
eventProducer
protected DmnHistoryEventProducer eventProducer
-
historyLevel
protected HistoryLevel historyLevel
-
-
Constructor Detail
-
HistoryDecisionEvaluationListener
public HistoryDecisionEvaluationListener(DmnHistoryEventProducer historyEventProducer)
-
-
Method Detail
-
notify
public void notify(org.camunda.bpm.dmn.engine.delegate.DmnDecisionEvaluationEvent evaluationEvent)
- Specified by:
notifyin interfaceorg.camunda.bpm.dmn.engine.delegate.DmnDecisionEvaluationListener
-
createHistoryEvent
protected HistoryEvent createHistoryEvent(org.camunda.bpm.dmn.engine.delegate.DmnDecisionEvaluationEvent evaluationEvent)
-
isDeployedDecisionTable
protected boolean isDeployedDecisionTable(org.camunda.bpm.dmn.engine.DmnDecision decision)
-
-