| Package | Description |
|---|---|
| org.activiti.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
| org.activiti.engine.impl.event | |
| org.activiti.engine.impl.persistence.entity | |
| org.activiti.engine.impl.persistence.entity.data | |
| org.activiti.engine.impl.persistence.entity.data.impl |
| Modifier and Type | Method and Description |
|---|---|
List<EventSubscriptionEntity> |
EventSubscriptionQueryImpl.executeList(CommandContext commandContext,
Page page) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractEventHandler.dispatchActivitiesCanceledIfNeeded(EventSubscriptionEntity eventSubscription,
ExecutionEntity execution,
org.activiti.bpmn.model.FlowElement currentFlowElement,
CommandContext commandContext) |
protected void |
AbstractEventHandler.dispatchActivityCancelled(EventSubscriptionEntity eventSubscription,
ExecutionEntity boundaryEventExecution,
org.activiti.bpmn.model.FlowNode flowNode,
CommandContext commandContext) |
protected void |
AbstractEventHandler.dispatchActivityCancelledForChildExecution(EventSubscriptionEntity eventSubscription,
ExecutionEntity parentExecutionEntity,
ExecutionEntity boundaryEventExecution,
CommandContext commandContext) |
protected void |
AbstractEventHandler.dispatchExecutionCancelled(EventSubscriptionEntity eventSubscription,
ExecutionEntity execution,
CommandContext commandContext) |
void |
SignalEventHandler.handleEvent(EventSubscriptionEntity eventSubscription,
Object payload,
CommandContext commandContext) |
void |
MessageEventHandler.handleEvent(EventSubscriptionEntity eventSubscription,
Object payload,
CommandContext commandContext) |
void |
EventHandler.handleEvent(EventSubscriptionEntity eventSubscription,
Object payload,
CommandContext commandContext) |
void |
CompensationEventHandler.handleEvent(EventSubscriptionEntity eventSubscription,
Object payload,
CommandContext commandContext) |
void |
AbstractEventHandler.handleEvent(EventSubscriptionEntity eventSubscription,
Object payload,
CommandContext commandContext) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CompensateEventSubscriptionEntity |
interface |
MessageEventSubscriptionEntity |
interface |
SignalEventSubscriptionEntity |
| Modifier and Type | Class and Description |
|---|---|
class |
CompensateEventSubscriptionEntityImpl |
class |
EventSubscriptionEntityImpl |
class |
MessageEventSubscriptionEntityImpl |
class |
SignalEventSubscriptionEntityImpl |
| Modifier and Type | Field and Description |
|---|---|
protected List<EventSubscriptionEntity> |
ExecutionEntityImpl.eventSubscriptions |
| Modifier and Type | Method and Description |
|---|---|
protected void |
EventSubscriptionEntityManagerImpl.addToExecution(EventSubscriptionEntity eventSubscriptionEntity) |
void |
EventSubscriptionEntityManagerImpl.eventReceived(EventSubscriptionEntity eventSubscriptionEntity,
Object payload,
boolean processASync) |
void |
EventSubscriptionEntityManager.eventReceived(EventSubscriptionEntity eventSubscriptionEntity,
Object payload,
boolean processASync) |
protected void |
EventSubscriptionEntityManagerImpl.processEventSync(EventSubscriptionEntity eventSubscriptionEntity,
Object payload) |
protected void |
EventSubscriptionEntityManagerImpl.scheduleEventAsync(EventSubscriptionEntity eventSubscriptionEntity,
Object payload) |
| Modifier and Type | Method and Description |
|---|---|
protected List<MessageEventSubscriptionEntity> |
EventSubscriptionEntityManagerImpl.toMessageEventSubscriptionEntityList(List<EventSubscriptionEntity> result) |
protected List<SignalEventSubscriptionEntity> |
EventSubscriptionEntityManagerImpl.toSignalEventSubscriptionEntityList(List<EventSubscriptionEntity> result) |
| Modifier and Type | Method and Description |
|---|---|
EventSubscriptionEntity |
MybatisEventSubscriptionDataManager.create() |
| Modifier and Type | Method and Description |
|---|---|
protected List<MessageEventSubscriptionEntity> |
MybatisEventSubscriptionDataManager.toMessageEventSubscriptionEntityList(List<EventSubscriptionEntity> result) |
protected List<SignalEventSubscriptionEntity> |
MybatisEventSubscriptionDataManager.toSignalEventSubscriptionEntityList(List<EventSubscriptionEntity> result) |
Copyright © 2015 Alfresco. All rights reserved.