org.camunda.bpm.engine.impl.history.parser
Class HistoryDecisionTableListener
java.lang.Object
org.camunda.bpm.engine.impl.history.parser.HistoryDecisionTableListener
- All Implemented Interfaces:
- org.camunda.bpm.dmn.engine.delegate.DmnDecisionTableEvaluationListener
public class HistoryDecisionTableListener
- extends Object
- implements org.camunda.bpm.dmn.engine.delegate.DmnDecisionTableEvaluationListener
|
Method Summary |
protected HistoryEvent |
createHistoryEvent(org.camunda.bpm.dmn.engine.delegate.DmnDecisionTableEvaluationEvent evaluationEvent)
|
protected boolean |
isDeployedDecisionTable(org.camunda.bpm.dmn.engine.DmnDecision decisionTable)
|
void |
notify(org.camunda.bpm.dmn.engine.delegate.DmnDecisionTableEvaluationEvent evaluationEvent)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
eventProducer
protected DmnHistoryEventProducer eventProducer
historyLevel
protected HistoryLevel historyLevel
HistoryDecisionTableListener
public HistoryDecisionTableListener(DmnHistoryEventProducer historyEventProducer,
HistoryLevel historyLevel)
notify
public void notify(org.camunda.bpm.dmn.engine.delegate.DmnDecisionTableEvaluationEvent evaluationEvent)
- Specified by:
notify in interface org.camunda.bpm.dmn.engine.delegate.DmnDecisionTableEvaluationListener
createHistoryEvent
protected HistoryEvent createHistoryEvent(org.camunda.bpm.dmn.engine.delegate.DmnDecisionTableEvaluationEvent evaluationEvent)
isDeployedDecisionTable
protected boolean isDeployedDecisionTable(org.camunda.bpm.dmn.engine.DmnDecision decisionTable)
Copyright © 2016 camunda services GmbH. All rights reserved.