| Package | Description | 
|---|---|
| org.activiti.engine.delegate.event | |
| org.activiti.engine.delegate.event.impl | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
ActivitiEntityWithVariablesEvent
An  
ActivitiEntityEvent related to a single entity. | 
interface  | 
ActivitiProcessStartedEvent
An  
ActivitiEvent related to start event being sent when activiti process
 instance is started. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ActivitiEntityEventImpl
Base class for all  
ActivitiEvent implementations, related to entities. | 
class  | 
ActivitiEntityExceptionEventImpl
Base class for all  
ActivitiEvent implementations, represents an exception occured, related 
 to an entity. | 
class  | 
ActivitiEntityWithVariablesEventImpl
Base class for all  
ActivitiEntityEvent implementations, related to entities with variables. | 
class  | 
ActivitiProcessStartedEventImpl
An  
ActivitiCancelledEvent implementation. | 
| Modifier and Type | Method and Description | 
|---|---|
static ActivitiEntityEvent | 
ActivitiEventBuilder.createEntityEvent(ActivitiEventType type,
                 Object entity)  | 
static ActivitiEntityEvent | 
ActivitiEventBuilder.createEntityEvent(ActivitiEventType type,
                 Object entity,
                 String executionId,
                 String processInstanceId,
                 String processDefinitionId)  | 
static ActivitiEntityEvent | 
ActivitiEventBuilder.createEntityExceptionEvent(ActivitiEventType type,
                          Object entity,
                          Throwable cause)  | 
static ActivitiEntityEvent | 
ActivitiEventBuilder.createEntityExceptionEvent(ActivitiEventType type,
                          Object entity,
                          Throwable cause,
                          String executionId,
                          String processInstanceId,
                          String processDefinitionId)  | 
Copyright © 2017 Flowable. All rights reserved.