| Package | Description | 
|---|---|
| org.activiti.engine.delegate.event | |
| org.activiti.engine.delegate.event.impl | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ActivitiEntityWithVariablesEventAn  ActivitiEntityEventrelated to a single entity. | 
| interface  | ActivitiProcessStartedEventAn  ActivitiEventrelated to start event being sent when activiti process
 instance is started. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ActivitiEntityEventImplBase class for all  ActivitiEventimplementations, related to entities. | 
| class  | ActivitiEntityExceptionEventImplBase class for all  ActivitiEventimplementations, represents an exception occurred, related to an entity. | 
| class  | ActivitiEntityWithVariablesEventImplBase class for all  ActivitiEntityEventimplementations, related to entities with variables. | 
| class  | ActivitiProcessStartedEventImplAn  ActivitiCancelledEventimplementation. | 
| 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 Alfresco. All rights reserved.