Class AbstractFlowableEngineEventListener
java.lang.Object
org.flowable.common.engine.api.delegate.event.AbstractFlowableEventListener
org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener
- All Implemented Interfaces:
FlowableEventListener
- Author:
- Robert Hafner
-
Field Summary
FieldsFields inherited from class org.flowable.common.engine.api.delegate.event.AbstractFlowableEventListener
onTransaction -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidcustom(FlowableEngineEvent event) protected voidengineClosed(FlowableProcessEngineEvent flowableEngineEvent) protected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected DelegateExecutiongetExecution(FlowableEngineEvent event) Collection<? extends FlowableEventType>getTypes()protected voidprotected voidprotected voidprotected voidbooleanprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidvoidonEvent(FlowableEvent flowableEvent) protected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidvariableCreated(org.flowable.variable.api.event.FlowableVariableEvent event) protected voidvariableDeletedEvent(org.flowable.variable.api.event.FlowableVariableEvent event) protected voidvariableUpdatedEvent(org.flowable.variable.api.event.FlowableVariableEvent event) Methods inherited from class org.flowable.common.engine.api.delegate.event.AbstractFlowableEventListener
getOnTransaction, isFireOnTransactionLifecycleEvent, setOnTransaction
-
Field Details
-
types
-
-
Constructor Details
-
AbstractFlowableEngineEventListener
public AbstractFlowableEngineEventListener() -
AbstractFlowableEngineEventListener
-
-
Method Details
-
onEvent
-
isFailOnException
public boolean isFailOnException() -
getTypes
-
entityCreated
-
entityInitialized
-
entityUpdated
-
entityDeleted
-
entitySuspended
-
entityActivated
-
timerScheduled
-
timerFired
-
jobCancelled
-
jobExecutionSuccess
-
jobExecutionFailure
-
jobRetriesDecremented
-
jobRescheduled
-
custom
-
engineCreated
-
engineClosed
-
activityStarted
-
activityCompleted
-
activityCancelled
-
multiInstanceActivityStarted
-
multiInstanceActivityCompleted
-
multiInstanceActivityCompletedWithCondition
protected void multiInstanceActivityCompletedWithCondition(FlowableMultiInstanceActivityCompletedEvent event) -
multiInstanceActivityCancelled
-
activitySignalWaiting
-
activitySignaled
-
activityCompensate
-
activityMessageWaiting
-
activityMessageReceived
-
activityMessageCancelled
-
activityErrorReceived
-
historicActivityInstanceCreated
-
historicActivityInstanceEnded
-
sequenceFlowTaken
-
variableCreated
protected void variableCreated(org.flowable.variable.api.event.FlowableVariableEvent event) -
variableUpdatedEvent
protected void variableUpdatedEvent(org.flowable.variable.api.event.FlowableVariableEvent event) -
variableDeletedEvent
protected void variableDeletedEvent(org.flowable.variable.api.event.FlowableVariableEvent event) -
taskCreated
-
taskAssigned
-
taskCompleted
-
processCreated
-
processStarted
-
processCompleted
-
processCompletedWithTerminateEnd
-
processCompletedWithErrorEnd
-
processCompletedWithEscalationEnd
-
processCancelled
-
historicProcessInstanceCreated
-
historicProcessInstanceEnded
-
getExecution
-