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