Class ProcessCreateListener

java.lang.Object
tr.com.havelsan.javarch.bpmn.service.provider.kpi.listener.ProcessCreateListener
All Implemented Interfaces:
org.flowable.common.engine.api.delegate.event.FlowableEventListener

@Component public class ProcessCreateListener extends Object implements org.flowable.common.engine.api.delegate.event.FlowableEventListener
Event Listener for Intermediate Event. This listener saves KPI's when process definition is deployed.
  • Constructor Details

    • ProcessCreateListener

      public ProcessCreateListener()
  • Method Details

    • onEvent

      public void onEvent(org.flowable.common.engine.api.delegate.event.FlowableEvent event)
      Specified by:
      onEvent in interface org.flowable.common.engine.api.delegate.event.FlowableEventListener
    • isFailOnException

      public boolean isFailOnException()
      Specified by:
      isFailOnException in interface org.flowable.common.engine.api.delegate.event.FlowableEventListener
    • isFireOnTransactionLifecycleEvent

      public boolean isFireOnTransactionLifecycleEvent()
      Specified by:
      isFireOnTransactionLifecycleEvent in interface org.flowable.common.engine.api.delegate.event.FlowableEventListener
    • getOnTransaction

      public String getOnTransaction()
      Specified by:
      getOnTransaction in interface org.flowable.common.engine.api.delegate.event.FlowableEventListener