| Modifier and Type | Class and Description |
|---|---|
class |
ActivitiEntityEventImpl
Base class for all
FlowableEvent implementations, related to entities. |
class |
ActivitiEntityExceptionEventImpl
Base class for all
FlowableEvent implementations, represents an exception occurred, related to an entity. |
class |
ActivitiEntityWithVariablesEventImpl
Base class for all
FlowableEntityEvent implementations, related to entities with variables. |
class |
ActivitiProcessStartedEventImpl
An
org.activiti.engine.delegate.event.ActivitiCancelledEvent implementation. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FlowableCaseStartedEvent |
| Modifier and Type | Class and Description |
|---|---|
class |
FlowableCaseStartedEventImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
FlowableEntityEventImpl
Base class for all
FlowableEvent implementations, related to entities. |
class |
FlowableEntityExceptionEventImpl
Base class for all
FlowableEvent implementations, represents an exception occurred, related to an entity. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractFlowableEngineEventListener.entityActivated(FlowableEngineEntityEvent event) |
protected void |
AbstractFlowableEngineEventListener.entityCreated(FlowableEngineEntityEvent event) |
protected void |
AbstractFlowableEngineEventListener.entityDeleted(FlowableEngineEntityEvent event) |
protected void |
AbstractFlowableEngineEventListener.entityInitialized(FlowableEngineEntityEvent event) |
protected void |
AbstractFlowableEngineEventListener.entitySuspended(FlowableEngineEntityEvent event) |
protected void |
AbstractFlowableEngineEventListener.entityUpdated(FlowableEngineEntityEvent event) |
protected void |
AbstractFlowableEngineEventListener.historicActivityInstanceCreated(FlowableEngineEntityEvent event) |
protected void |
AbstractFlowableEngineEventListener.historicActivityInstanceEnded(FlowableEngineEntityEvent event) |
protected void |
AbstractFlowableEngineEventListener.historicProcessInstanceCreated(FlowableEngineEntityEvent event) |
protected void |
AbstractFlowableEngineEventListener.historicProcessInstanceEnded(FlowableEngineEntityEvent event) |
protected void |
AbstractFlowableEngineEventListener.jobCancelled(FlowableEngineEntityEvent event) |
protected void |
AbstractFlowableEngineEventListener.jobExecutionFailure(FlowableEngineEntityEvent event) |
protected void |
AbstractFlowableEngineEventListener.jobExecutionSuccess(FlowableEngineEntityEvent event) |
protected void |
AbstractFlowableEngineEventListener.jobRescheduled(FlowableEngineEntityEvent event) |
protected void |
AbstractFlowableEngineEventListener.jobRetriesDecremented(FlowableEngineEntityEvent event) |
protected void |
AbstractFlowableEngineEventListener.processCompleted(FlowableEngineEntityEvent event) |
protected void |
AbstractFlowableEngineEventListener.processCompletedWithErrorEnd(FlowableEngineEntityEvent event) |
protected void |
AbstractFlowableEngineEventListener.processCompletedWithTerminateEnd(FlowableEngineEntityEvent event) |
protected void |
AbstractFlowableEngineEventListener.processCreated(FlowableEngineEntityEvent event) |
protected void |
AbstractFlowableEngineEventListener.taskAssigned(FlowableEngineEntityEvent event) |
protected void |
AbstractFlowableEngineEventListener.taskCompleted(FlowableEngineEntityEvent event) |
protected void |
AbstractFlowableEngineEventListener.taskCreated(FlowableEngineEntityEvent event) |
protected void |
AbstractFlowableEngineEventListener.timerFired(FlowableEngineEntityEvent event) |
protected void |
AbstractFlowableEngineEventListener.timerScheduled(FlowableEngineEntityEvent event) |
| Modifier and Type | Class and Description |
|---|---|
class |
FlowableEntityWithVariablesEventImpl
Base class for all
FlowableEngineEntityEvent implementations, related to entities with variables. |
class |
FlowableJobRescheduledEventImpl |
class |
FlowableProcessStartedEventImpl
An
FlowableCancelledEvent implementation. |
class |
FlowableProcessTerminatedEventImpl
An
FlowableProcessTerminatedEvent implementation. |
Copyright © 2023 Flowable. All rights reserved.