| 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 | Method and Description |
|---|---|
static FlowableEntityEvent |
ActivitiEventBuilder.createEntityEvent(FlowableEngineEventType type,
Object entity) |
static FlowableEntityEvent |
ActivitiEventBuilder.createEntityEvent(FlowableEngineEventType type,
Object entity,
String executionId,
String processInstanceId,
String processDefinitionId) |
static FlowableEntityEvent |
ActivitiEventBuilder.createEntityExceptionEvent(FlowableEngineEventType type,
Object entity,
Throwable cause) |
static FlowableEntityEvent |
ActivitiEventBuilder.createEntityExceptionEvent(FlowableEngineEventType type,
Object entity,
Throwable cause,
String executionId,
String processInstanceId,
String processDefinitionId) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FlowableCaseStartedEvent |
| Modifier and Type | Class and Description |
|---|---|
class |
FlowableCaseStartedEventImpl |
| Modifier and Type | Method and Description |
|---|---|
static FlowableEntityEvent |
FlowableCmmnEventBuilder.createTaskAssignedEvent(Task task) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FlowableEngineEntityEvent |
| 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 FlowableEntityEvent |
AbstractEntityManager.createEntityEvent(FlowableEngineEventType eventType,
Entity entity) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FlowableEntityWithVariablesEvent
An
FlowableEntityEvent related to a single entity. |
interface |
FlowableJobRescheduledEvent |
interface |
FlowableProcessStartedEvent
An
FlowableEvent related to start event being sent when a process instance is started. |
interface |
FlowableProcessTerminatedEvent
Event extends default
FlowableEntityEvent with the cause of termination |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
static FlowableEntityEvent |
FlowableEventBuilder.createEntityEvent(FlowableEngineEventType type,
Object entity) |
static FlowableEntityEvent |
FlowableEventBuilder.createEntityEvent(FlowableEngineEventType type,
Object entity,
String executionId,
String processInstanceId,
String processDefinitionId) |
static FlowableEntityEvent |
FlowableEventBuilder.createEntityExceptionEvent(FlowableEngineEventType type,
Object entity,
Throwable cause) |
static FlowableEntityEvent |
FlowableEventBuilder.createEntityExceptionEvent(FlowableEngineEventType type,
Object entity,
Throwable cause,
String executionId,
String processInstanceId,
String processDefinitionId) |
| Modifier and Type | Method and Description |
|---|---|
protected FlowableEntityEvent |
AbstractProcessEngineEntityManager.createEntityEvent(FlowableEngineEventType eventType,
Entity entity) |
| Modifier and Type | Method and Description |
|---|---|
static FlowableEntityEvent |
FlowableIdentityLinkEventBuilder.createEntityEvent(FlowableEngineEventType type,
Object entity) |
| Modifier and Type | Class and Description |
|---|---|
class |
FlowableIdmEntityEventImpl
Base class for all
FlowableIdmEventImpl implementations, related to entities. |
| Modifier and Type | Method and Description |
|---|---|
static FlowableEntityEvent |
FlowableIdmEventBuilder.createEntityEvent(FlowableIdmEventType type,
Object entity) |
| Modifier and Type | Method and Description |
|---|---|
protected FlowableEntityEvent |
AbstractIdmEngineEntityManager.createEntityEvent(FlowableEngineEventType eventType,
Entity entity) |
| Modifier and Type | Method and Description |
|---|---|
static FlowableEntityEvent |
FlowableJobEventBuilder.createEntityEvent(FlowableEngineEventType type,
Object entity) |
static FlowableEntityEvent |
FlowableJobEventBuilder.createEntityExceptionEvent(FlowableEngineEventType type,
Object entity,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
protected FlowableEntityEvent |
AbstractJobServiceEngineEntityManager.createEntityEvent(FlowableEngineEventType eventType,
Entity entity) |
| Modifier and Type | Method and Description |
|---|---|
static FlowableEntityEvent |
FlowableTaskEventBuilder.createEntityEvent(FlowableEngineEventType type,
Object entity) |
| Modifier and Type | Method and Description |
|---|---|
protected FlowableEntityEvent |
AbstractTaskServiceEntityManager.createEntityEvent(FlowableEngineEventType eventType,
Entity entity) |
| Modifier and Type | Method and Description |
|---|---|
static FlowableEntityEvent |
FlowableVariableEventBuilder.createEntityEvent(FlowableEngineEventType type,
Object entity) |
Copyright © 2023 Flowable. All rights reserved.