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()The event types that this event listener needs to be registered forprotected voidprotected voidprotected voidprotected voidbooleanprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidvoidonEvent(FlowableEvent flowableEvent) Called when an event has been firedprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidMethods 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
Description copied from interface:FlowableEventListenerCalled when an event has been fired- Parameters:
flowableEvent- the event
-
isFailOnException
public boolean isFailOnException()- Returns:
- whether or not the current operation should fail when this listeners execution throws an exception.
-
getTypes
Description copied from interface:FlowableEventListenerThe event types that this event listener needs to be registered for- Returns:
- the specific event types that this listeners should register itself for
-
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
-
variableUpdatedEvent
-
variableDeletedEvent
-
taskCreated
-
taskAssigned
-
taskCompleted
-
processCreated
-
processStarted
-
processCompleted
-
processCompletedWithTerminateEnd
-
processCompletedWithErrorEnd
-
processCompletedWithEscalationEnd
-
processCancelled
-
historicProcessInstanceCreated
-
historicProcessInstanceEnded
-
getExecution
-