public class HistoryDecisionEvaluationListener extends Object implements DmnDecisionEvaluationListener
| Modifier and Type | Field and Description |
|---|---|
protected DmnHistoryEventProducer |
eventProducer |
protected HistoryLevel |
historyLevel |
| Constructor and Description |
|---|
HistoryDecisionEvaluationListener(DmnHistoryEventProducer historyEventProducer) |
| Modifier and Type | Method and Description |
|---|---|
protected HistoryEvent |
createHistoryEvent(DmnDecisionEvaluationEvent evaluationEvent) |
protected boolean |
isDeployedDecisionTable(DmnDecision decision) |
void |
notify(DmnDecisionEvaluationEvent evaluationEvent) |
protected DmnHistoryEventProducer eventProducer
protected HistoryLevel historyLevel
public HistoryDecisionEvaluationListener(DmnHistoryEventProducer historyEventProducer)
public void notify(DmnDecisionEvaluationEvent evaluationEvent)
notify in interface DmnDecisionEvaluationListenerprotected HistoryEvent createHistoryEvent(DmnDecisionEvaluationEvent evaluationEvent)
protected boolean isDeployedDecisionTable(DmnDecision decision)
Copyright © 2013–2020 camunda services GmbH. All rights reserved.