public abstract class AbstractFlowableEngineEventListener extends AbstractFlowableEventListener
| Modifier and Type | Field and Description |
|---|---|
protected Set<FlowableEngineEventType> |
types |
onTransaction| Constructor and Description |
|---|
AbstractFlowableEngineEventListener() |
AbstractFlowableEngineEventListener(Set<FlowableEngineEventType> types) |
getOnTransaction, isFireOnTransactionLifecycleEvent, setOnTransactionprotected Set<FlowableEngineEventType> types
public AbstractFlowableEngineEventListener()
public AbstractFlowableEngineEventListener(Set<FlowableEngineEventType> types)
public void onEvent(FlowableEvent flowableEvent)
public boolean isFailOnException()
protected void entityCreated(FlowableEngineEntityEvent event)
protected void entityInitialized(FlowableEngineEntityEvent event)
protected void entityUpdated(FlowableEngineEntityEvent event)
protected void entityDeleted(FlowableEngineEntityEvent event)
protected void entitySuspended(FlowableEngineEntityEvent event)
protected void entityActivated(FlowableEngineEntityEvent event)
protected void timerScheduled(FlowableEngineEntityEvent event)
protected void timerFired(FlowableEngineEntityEvent event)
protected void jobCancelled(FlowableEngineEntityEvent event)
protected void jobExecutionSuccess(FlowableEngineEntityEvent event)
protected void jobExecutionFailure(FlowableEngineEntityEvent event)
protected void jobRetriesDecremented(FlowableEngineEntityEvent event)
protected void jobRescheduled(FlowableEngineEntityEvent event)
protected void custom(FlowableEngineEvent event)
protected void engineCreated(FlowableProcessEngineEvent event)
protected void engineClosed(FlowableProcessEngineEvent flowableEngineEvent)
protected void activityStarted(FlowableActivityEvent event)
protected void activityCompleted(FlowableActivityEvent event)
protected void activityCancelled(FlowableActivityCancelledEvent event)
protected void multiInstanceActivityStarted(FlowableMultiInstanceActivityEvent event)
protected void multiInstanceActivityCompleted(FlowableMultiInstanceActivityCompletedEvent event)
protected void multiInstanceActivityCompletedWithCondition(FlowableMultiInstanceActivityCompletedEvent event)
protected void multiInstanceActivityCancelled(FlowableMultiInstanceActivityCancelledEvent event)
protected void activitySignalWaiting(FlowableSignalEvent event)
protected void activitySignaled(FlowableSignalEvent event)
protected void activityCompensate(FlowableActivityEvent event)
protected void activityMessageWaiting(FlowableMessageEvent event)
protected void activityMessageReceived(FlowableMessageEvent event)
protected void activityMessageCancelled(FlowableMessageEvent event)
protected void activityErrorReceived(FlowableErrorEvent event)
protected void historicActivityInstanceCreated(FlowableEngineEntityEvent event)
protected void historicActivityInstanceEnded(FlowableEngineEntityEvent event)
protected void sequenceFlowTaken(FlowableSequenceFlowTakenEvent event)
protected void variableCreated(org.flowable.variable.api.event.FlowableVariableEvent event)
protected void variableUpdatedEvent(org.flowable.variable.api.event.FlowableVariableEvent event)
protected void variableDeletedEvent(org.flowable.variable.api.event.FlowableVariableEvent event)
protected void taskCreated(FlowableEngineEntityEvent event)
protected void taskAssigned(FlowableEngineEntityEvent event)
protected void taskCompleted(FlowableEngineEntityEvent event)
protected void processCreated(FlowableEngineEntityEvent event)
protected void processStarted(FlowableProcessStartedEvent event)
protected void processCompleted(FlowableEngineEntityEvent event)
protected void processCompletedWithTerminateEnd(FlowableEngineEntityEvent event)
protected void processCompletedWithErrorEnd(FlowableEngineEntityEvent event)
protected void processCancelled(FlowableCancelledEvent event)
protected void historicProcessInstanceCreated(FlowableEngineEntityEvent event)
protected void historicProcessInstanceEnded(FlowableEngineEntityEvent event)
protected DelegateExecution getExecution(FlowableEngineEvent event)
Copyright © 2018 Flowable. All rights reserved.