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

java.lang.Object
  extended by org.camunda.bpm.engine.impl.history.parser.HistoryDecisionTableListener
All Implemented Interfaces:
org.camunda.bpm.dmn.engine.DmnDecisionTableListener

public class HistoryDecisionTableListener
extends Object
implements org.camunda.bpm.dmn.engine.DmnDecisionTableListener


Field Summary
protected  DmnHistoryEventProducer eventProducer
           
protected  HistoryLevel historyLevel
           
 
Constructor Summary
HistoryDecisionTableListener(DmnHistoryEventProducer historyEventProducer, HistoryLevel historyLevel)
           
 
Method Summary
 HistoryEvent createHistoryEvent(DelegateExecution execution, org.camunda.bpm.dmn.engine.DmnDecisionTable decisionTable, org.camunda.bpm.dmn.engine.DmnDecisionTableResult decisionTableResult)
           
protected  boolean isDeployedDecisionTable(org.camunda.bpm.dmn.engine.DmnDecisionTable decisionTable)
           
 void notify(org.camunda.bpm.dmn.engine.DmnDecisionTable decisionTable, org.camunda.bpm.dmn.engine.DmnDecisionTableResult decisionTableResult)
           
 
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

HistoryDecisionTableListener

public HistoryDecisionTableListener(DmnHistoryEventProducer historyEventProducer,
                                    HistoryLevel historyLevel)
Method Detail

notify

public void notify(org.camunda.bpm.dmn.engine.DmnDecisionTable decisionTable,
                   org.camunda.bpm.dmn.engine.DmnDecisionTableResult decisionTableResult)
Specified by:
notify in interface org.camunda.bpm.dmn.engine.DmnDecisionTableListener

createHistoryEvent

public HistoryEvent createHistoryEvent(DelegateExecution execution,
                                       org.camunda.bpm.dmn.engine.DmnDecisionTable decisionTable,
                                       org.camunda.bpm.dmn.engine.DmnDecisionTableResult decisionTableResult)

isDeployedDecisionTable

protected boolean isDeployedDecisionTable(org.camunda.bpm.dmn.engine.DmnDecisionTable decisionTable)


Copyright © 2015 camunda services GmbH. All rights reserved.