| Modifier and Type | Class and Description |
|---|---|
class |
ActivitiActivityCancelledEventImpl
An
FlowableActivityCancelledEvent implementation. |
class |
ActivitiActivityEventImpl
Implementation of an
FlowableActivityEvent. |
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 |
ActivitiErrorEventImpl
Implementation of an
FlowableErrorEvent. |
class |
ActivitiEventImpl
Base class for all
FlowableEvent implementations. |
class |
ActivitiMessageEventImpl
An
FlowableSignalEvent implementation. |
class |
ActivitiProcessCancelledEventImpl
An
FlowableCancelledEvent implementation. |
class |
ActivitiProcessStartedEventImpl
An
org.activiti.engine.delegate.event.ActivitiCancelledEvent implementation. |
class |
ActivitiSequenceFlowTakenEventImpl |
class |
ActivitiSignalEventImpl
An
FlowableSignalEvent implementation. |
class |
ActivitiVariableEventImpl
Implementation of
FlowableVariableEvent. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FlowableCaseStartedEvent |
| Modifier and Type | Class and Description |
|---|---|
class |
FlowableCaseStartedEventImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FlowableEngineEntityEvent |
| Modifier and Type | Class and Description |
|---|---|
class |
FlowableEngineEventImpl
Base class for all
FlowableEngineEvent implementations. |
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 | Interface and Description |
|---|---|
interface |
FlowableActivityCancelledEvent
An
FlowableEvent related to cancel event being sent to an activity. |
interface |
FlowableActivityEvent
An
FlowableEvent related to an activity within an execution. |
interface |
FlowableCancelledEvent |
interface |
FlowableConditionalEvent
An
FlowableEvent related to a conditional being sent to an activity. |
interface |
FlowableErrorEvent
An
FlowableEvent related to an error being sent to an activity. |
interface |
FlowableEscalationEvent
An
FlowableEvent related to an escalation being sent to an activity. |
interface |
FlowableMessageEvent
An
FlowableEvent related to an message being sent to an activity. |
interface |
FlowableMultiInstanceActivityCancelledEvent
An
FlowableEvent related to cancel event being sent to an activity. |
interface |
FlowableMultiInstanceActivityCompletedEvent |
interface |
FlowableMultiInstanceActivityEvent
A
FlowableEvent related to a multi-instance activity within an execution. |
interface |
FlowableProcessEngineEvent
Event interface for
FlowableEvent implementations related to the process engine,
exposing process engine specific functions. |
interface |
FlowableSequenceFlowTakenEvent
An
FlowableEvent that indicates a certain sequence flow has been taken. |
interface |
FlowableSignalEvent
An
FlowableEvent related to a signal being sent to an activity. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractFlowableEngineEventListener.custom(FlowableEngineEvent event) |
protected DelegateExecution |
AbstractFlowableEngineEventListener.getExecution(FlowableEngineEvent event) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FlowableVariableEvent
An
FlowableEvent related to a single variable. |
| Modifier and Type | Class and Description |
|---|---|
class |
FlowableVariableEventImpl
Implementation of
FlowableVariableEvent. |
Copyright © 2023 Flowable. All rights reserved.