| Interface | Description |
|---|---|
| AbstractJobEntity | |
| AbstractRuntimeJobEntity | |
| DeadLetterJobEntity |
Suspended jobs are stored separately to increase the normal job query performance
|
| DeadLetterJobEntityManager | |
| HistoryJobEntity | |
| HistoryJobEntityManager |
EntityManager responsible for the HistoryJobEntity class. |
| JobByteArrayEntity | |
| JobByteArrayEntityManager | |
| 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 Job.
|
| TimerJobEntityManager |
EntityManager responsible for TimerJobEntity instances. |
| Class | Description |
|---|---|
| AbstractEntityManager<EntityImpl extends Entity> | |
| AbstractJobEntityImpl |
Abstract job entity class.
|
| AbstractJobServiceEntity | |
| DeadLetterJobEntityImpl |
DeadLetterJob entity, necessary for persistence.
|
| DeadLetterJobEntityManagerImpl | |
| HistoryJobEntityImpl |
History Job entity.
|
| HistoryJobEntityManagerImpl | |
| JobByteArrayEntityImpl | |
| JobByteArrayEntityManagerImpl | |
| JobByteArrayRef |
Encapsulates the logic for transparently working with
JobByteArrayEntity . |
| JobEntityImpl |
Job entity.
|
| JobEntityManagerImpl | |
| JobInfoEntityManagerImpl<T extends JobInfoEntity> | |
| JobServiceEntityConstants | |
| SuspendedJobEntityImpl |
TimerJob entity, necessary for persistence.
|
| SuspendedJobEntityManagerImpl | |
| TimerJobEntityImpl |
TimerJob entity, necessary for persistence.
|
| TimerJobEntityManagerImpl |
Copyright © 2018 Flowable. All rights reserved.