| Package | Description |
|---|---|
| org.activiti.engine.delegate.event.impl |
| 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. |
| 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 © 2014 Alfresco. All rights reserved.