| Interface | Description |
|---|---|
| AbstractJobEntity | |
| AbstractRuntimeJobEntity | |
| DeadLetterJobEntity |
Suspended jobs are stored separately to increase the normal job query performance
|
| DeadLetterJobEntityManager | |
| ExternalWorkerJobEntity |
Represents an external job.
|
| ExternalWorkerJobEntityManager |
EntityManager responsible for the ExternalWorkerJobEntity class. |
| HistoryJobEntity | |
| HistoryJobEntityManager |
EntityManager responsible for the HistoryJobEntity class. |
| JobEntity |
Represents an async job: a piece of logic that needs to be executed asynchronously.
|
| JobEntityManager |
EntityManager responsible for the JobEntity class. |
| JobInfoEntity | |
| JobInfoEntityManager<T extends JobInfoEntity> | |
| SuspendedJobEntity |
Suspended jobs are stored separately to increase the normal job query performance
|
| SuspendedJobEntityManager | |
| TimerJobEntity |
Stub of the common parts of a timer job.
|
| TimerJobEntityManager |
EntityManager responsible for TimerJobEntity instances. |
| Class | Description |
|---|---|
| AbstractJobEntityImpl |
Abstract job entity class.
|
| AbstractJobServiceEngineEntityManager<EntityImpl extends Entity,DM extends DataManager<EntityImpl>> | |
| AbstractJobServiceEntity | |
| DeadLetterJobEntityImpl |
DeadLetterJob entity, necessary for persistence.
|
| DeadLetterJobEntityManagerImpl | |
| ExternalWorkerJobEntityImpl | |
| ExternalWorkerJobEntityManagerImpl | |
| HistoryJobEntityImpl |
History Job entity.
|
| HistoryJobEntityManagerImpl | |
| JobEntityImpl |
Job entity.
|
| JobEntityManagerImpl | |
| JobInfoEntityManagerImpl<T extends JobInfoEntity,DM extends JobInfoDataManager<T>> | |
| JobServiceEntityConstants | |
| SuspendedJobEntityImpl |
TimerJob entity, necessary for persistence.
|
| SuspendedJobEntityManagerImpl | |
| TimerJobEntityImpl |
TimerJob entity, necessary for persistence.
|
| TimerJobEntityManagerImpl |
Copyright © 2021 Flowable. All rights reserved.