Class FlowNodeHistoryEventHandler

  • All Implemented Interfaces:
    org.camunda.bpm.engine.impl.history.handler.HistoryEventHandler

    public class FlowNodeHistoryEventHandler
    extends org.camunda.bpm.engine.impl.history.handler.DbHistoryEventHandler
    Extends the DbHistoryEventHandler in order to notify the process test coverage of a covered activity.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handleEvent​(org.camunda.bpm.engine.impl.history.event.HistoryEvent historyEvent)  
      protected boolean isInitialEvent​(org.camunda.bpm.engine.impl.history.event.HistoryEvent historyEvent)  
      void setCoverageTestRunState​(CoverageTestRunState coverageTestRunState)  
      • Methods inherited from class org.camunda.bpm.engine.impl.history.handler.DbHistoryEventHandler

        getDbEntityManager, handleEvents, insertHistoricDecisionEvaluationEvent, insertHistoricVariableUpdateEntity, insertOrUpdate, shouldWriteHistoricDetail
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FlowNodeHistoryEventHandler

        public FlowNodeHistoryEventHandler()
    • Method Detail

      • handleEvent

        public void handleEvent​(org.camunda.bpm.engine.impl.history.event.HistoryEvent historyEvent)
        Specified by:
        handleEvent in interface org.camunda.bpm.engine.impl.history.handler.HistoryEventHandler
        Overrides:
        handleEvent in class org.camunda.bpm.engine.impl.history.handler.DbHistoryEventHandler
      • isInitialEvent

        protected boolean isInitialEvent​(org.camunda.bpm.engine.impl.history.event.HistoryEvent historyEvent)
        Overrides:
        isInitialEvent in class org.camunda.bpm.engine.impl.history.handler.DbHistoryEventHandler
      • setCoverageTestRunState

        public void setCoverageTestRunState​(CoverageTestRunState coverageTestRunState)