Class HvlBpmnProcessStartedDefaultListener

java.lang.Object
org.flowable.common.engine.api.delegate.event.AbstractFlowableEventListener
tr.com.havelsan.javarch.bpmn.service.listener.defaultListener.HvlBpmnProcessStartedDefaultListener
All Implemented Interfaces:
org.flowable.common.engine.api.delegate.event.FlowableEventListener

@ConditionalOnBean(annotation=HvlEnableBpmnProcessStartedLogListener.class) public class HvlBpmnProcessStartedDefaultListener extends org.flowable.common.engine.api.delegate.event.AbstractFlowableEventListener
  • Field Summary

    Fields inherited from class org.flowable.common.engine.api.delegate.event.AbstractFlowableEventListener

    onTransaction
  • Constructor Summary

    Constructors
    Constructor
    Description
    HvlBpmnProcessStartedDefaultListener(org.flowable.engine.ProcessEngine processEngine)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    void
    onEvent(org.flowable.common.engine.api.delegate.event.FlowableEvent flowableEvent)
     

    Methods inherited from class org.flowable.common.engine.api.delegate.event.AbstractFlowableEventListener

    getOnTransaction, isFireOnTransactionLifecycleEvent, setOnTransaction

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEventListener

    getTypes
  • Constructor Details

    • HvlBpmnProcessStartedDefaultListener

      public HvlBpmnProcessStartedDefaultListener(org.flowable.engine.ProcessEngine processEngine)
  • Method Details

    • onEvent

      public void onEvent(org.flowable.common.engine.api.delegate.event.FlowableEvent flowableEvent)
    • isFailOnException

      public boolean isFailOnException()