org.camunda.bpm.engine.impl.history.parser
Class HistoryDecisionEvaluationListener

java.lang.Object
  extended by 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
protected  DmnHistoryEventProducer eventProducer
           
protected  HistoryLevel historyLevel
           
 
Constructor Summary
HistoryDecisionEvaluationListener(DmnHistoryEventProducer historyEventProducer, HistoryLevel historyLevel)
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eventProducer

protected DmnHistoryEventProducer eventProducer

historyLevel

protected HistoryLevel historyLevel
Constructor Detail

HistoryDecisionEvaluationListener

public HistoryDecisionEvaluationListener(DmnHistoryEventProducer historyEventProducer,
                                         HistoryLevel historyLevel)
Method Detail

notify

public void notify(org.camunda.bpm.dmn.engine.delegate.DmnDecisionEvaluationEvent evaluationEvent)
Specified by:
notify in interface org.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)


Copyright © 2016 camunda services GmbH. All rights reserved.