类 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 voidprocessCompleted(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, processCompletedWithTerminateEnd, processCreated, processStarted, sequenceFlowTaken, taskAssigned, taskCompleted, taskCreated, timerFired, timerScheduled, variableCreated, variableDeletedEvent, variableUpdatedEvent从类继承的方法 org.flowable.common.engine.api.delegate.event.AbstractFlowableEventListener
getOnTransaction, isFireOnTransactionLifecycleEvent, setOnTransaction
-
构造器详细资料
-
GlobalEventListener
public GlobalEventListener()
-
-
方法详细资料
-
processCompleted
protected void processCompleted(org.flowable.common.engine.api.delegate.event.FlowableEngineEntityEvent event) 流程结束监听器- 覆盖:
processCompleted在类中org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener
-