Package | Description |
---|---|
org.activiti.engine.delegate.event | |
org.activiti.engine.delegate.event.impl |
Modifier and Type | Interface and Description |
---|---|
interface |
ActivitiActivityCancelledEvent
An
ActivitiEvent related to cancel event being sent to an activity. |
interface |
ActivitiErrorEvent
An
ActivitiEvent related to an error being sent to an activity. |
interface |
ActivitiMessageEvent
An
ActivitiEvent related to an message being sent to an activity. |
interface |
ActivitiSignalEvent
An
ActivitiEvent related to a signal being sent to an activity. |
Modifier and Type | Class and Description |
---|---|
class |
ActivitiActivityCancelledEventImpl
An
ActivitiActivityCancelledEvent implementation. |
class |
ActivitiActivityEventImpl
Implementation of an
ActivitiActivityEvent . |
class |
ActivitiErrorEventImpl
Implementation of an
ActivitiErrorEvent . |
class |
ActivitiMessageEventImpl
An
ActivitiSignalEvent implementation. |
class |
ActivitiSignalEventImpl
An
ActivitiSignalEvent implementation. |
Modifier and Type | Method and Description |
---|---|
static ActivitiActivityEvent |
ActivitiEventBuilder.createActivityEvent(ActivitiEventType type,
String activityId,
String activityName,
String executionId,
String processInstanceId,
String processDefinitionId,
String activityType,
String behaviourClass) |
Copyright © 2016 Alfresco. All rights reserved.