| Package | Description |
|---|---|
| org.flowable.engine.delegate.event | |
| org.flowable.engine.delegate.event.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FlowableActivityCancelledEvent
An
FlowableEvent related to cancel event being sent to an activity. |
interface |
FlowableErrorEvent
An
FlowableEvent related to an error 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 |
FlowableSignalEvent
An
FlowableEvent related to a signal being sent to an activity. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractFlowableEngineEventListener.activityCompensate(FlowableActivityEvent event) |
protected void |
AbstractFlowableEngineEventListener.activityCompleted(FlowableActivityEvent event) |
protected void |
AbstractFlowableEngineEventListener.activityStarted(FlowableActivityEvent event) |
| Modifier and Type | Class and Description |
|---|---|
class |
FlowableActivityCancelledEventImpl
An
FlowableActivityCancelledEvent implementation. |
class |
FlowableActivityEventImpl
Implementation of an
FlowableActivityEvent. |
class |
FlowableErrorEventImpl
Implementation of an
FlowableErrorEvent. |
class |
FlowableMessageEventImpl
An
FlowableSignalEvent implementation. |
class |
FlowableMultiInstanceActivityCancelledEventImpl
An
FlowableMultiInstanceActivityCancelledEvent implementation. |
class |
FlowableMultiInstanceActivityCompletedEventImpl
Implementation of an
FlowableMultiInstanceActivityCompletedEvent. |
class |
FlowableMultiInstanceActivityEventImpl
Implementation of an
FlowableMultiInstanceActivityEvent. |
class |
FlowableSignalEventImpl
An
FlowableSignalEvent implementation. |
| Modifier and Type | Method and Description |
|---|---|
static FlowableActivityEvent |
FlowableEventBuilder.createActivityEvent(FlowableEngineEventType type,
String activityId,
String activityName,
String executionId,
String processInstanceId,
String processDefinitionId,
org.flowable.bpmn.model.FlowElement flowElement) |
Copyright © 2017 Flowable. All rights reserved.