| Package | Description |
|---|---|
| org.flowable.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
| org.flowable.engine.impl.persistence.entity | |
| org.flowable.engine.impl.persistence.entity.data | |
| org.flowable.engine.impl.persistence.entity.data.impl |
| Modifier and Type | Method and Description |
|---|---|
List<EventSubscription> |
EventSubscriptionQueryImpl.executeList(CommandContext commandContext) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CompensateEventSubscriptionEntity |
interface |
EventSubscriptionEntity |
interface |
MessageEventSubscriptionEntity |
interface |
SignalEventSubscriptionEntity |
| Modifier and Type | Class and Description |
|---|---|
class |
CompensateEventSubscriptionEntityImpl |
class |
EventSubscriptionEntityImpl |
class |
MessageEventSubscriptionEntityImpl |
class |
SignalEventSubscriptionEntityImpl |
| Modifier and Type | Method and Description |
|---|---|
List<EventSubscription> |
EventSubscriptionEntityManagerImpl.findEventSubscriptionsByQueryCriteria(EventSubscriptionQueryImpl eventSubscriptionQueryImpl) |
List<EventSubscription> |
EventSubscriptionEntityManager.findEventSubscriptionsByQueryCriteria(EventSubscriptionQueryImpl eventSubscriptionQueryImpl) |
| Modifier and Type | Method and Description |
|---|---|
List<EventSubscription> |
EventSubscriptionDataManager.findEventSubscriptionsByQueryCriteria(EventSubscriptionQueryImpl eventSubscriptionQueryImpl) |
| Modifier and Type | Method and Description |
|---|---|
List<EventSubscription> |
MybatisEventSubscriptionDataManager.findEventSubscriptionsByQueryCriteria(EventSubscriptionQueryImpl eventSubscriptionQueryImpl) |
Copyright © 2018 Flowable. All rights reserved.