类 GlobalEventListener

java.lang.Object
org.flowable.common.engine.api.delegate.event.AbstractFlowableEventListener
org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener
cn.jrack.flowable.listener.GlobalEventListener
所有已实现的接口:
org.flowable.common.engine.api.delegate.event.FlowableEventListener

@Component public class GlobalEventListener extends org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener
Flowable 全局监听器
从以下版本开始:
2023/3/8 22:45
作者:
konbai
  • 字段概要

    从类继承的字段 org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener

    types

    从类继承的字段 org.flowable.common.engine.api.delegate.event.AbstractFlowableEventListener

    onTransaction
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    protected void
    processCompleted(org.flowable.common.engine.api.delegate.event.FlowableEngineEntityEvent event)
    流程结束监听器

    从类继承的方法 org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener

    activityCancelled, activityCompensate, activityCompleted, activityErrorReceived, activityMessageCancelled, activityMessageReceived, activityMessageWaiting, activitySignaled, activitySignalWaiting, activityStarted, custom, engineClosed, engineCreated, entityActivated, entityCreated, entityDeleted, entityInitialized, entitySuspended, entityUpdated, getExecution, getTypes, historicActivityInstanceCreated, historicActivityInstanceEnded, historicProcessInstanceCreated, historicProcessInstanceEnded, isFailOnException, jobCancelled, jobExecutionFailure, jobExecutionSuccess, jobRescheduled, jobRetriesDecremented, multiInstanceActivityCancelled, multiInstanceActivityCompleted, multiInstanceActivityCompletedWithCondition, multiInstanceActivityStarted, onEvent, processCancelled, processCompletedWithErrorEnd, processCompletedWithEscalationEnd, processCompletedWithTerminateEnd, processCreated, processStarted, sequenceFlowTaken, taskAssigned, taskCompleted, taskCreated, timerFired, timerScheduled, variableCreated, variableDeletedEvent, variableUpdatedEvent

    从类继承的方法 org.flowable.common.engine.api.delegate.event.AbstractFlowableEventListener

    getOnTransaction, isFireOnTransactionLifecycleEvent, setOnTransaction

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • GlobalEventListener

      public GlobalEventListener()
  • 方法详细资料

    • processCompleted

      protected void processCompleted(org.flowable.common.engine.api.delegate.event.FlowableEngineEntityEvent event)
      流程结束监听器
      覆盖:
      processCompleted 在类中 org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener