Package org.flowable.job.service.impl.persistence.entity
-
Interface Summary Interface Description AbstractJobEntity AbstractRuntimeJobEntity DeadLetterJobEntity Suspended jobs are stored separately to increase the normal job query performanceDeadLetterJobEntityManager ExternalWorkerJobEntity Represents an external job.ExternalWorkerJobEntityManager EntityManagerresponsible for theExternalWorkerJobEntityclass.HistoryJobEntity HistoryJobEntityManager EntityManagerresponsible for theHistoryJobEntityclass.JobEntity Represents an async job: a piece of logic that needs to be executed asynchronously.JobEntityManager EntityManagerresponsible for theJobEntityclass.JobInfoEntity JobInfoEntityManager<T extends JobInfoEntity> SuspendedJobEntity Suspended jobs are stored separately to increase the normal job query performanceSuspendedJobEntityManager TimerJobEntity Stub of the common parts of a timer job.TimerJobEntityManager EntityManagerresponsible forTimerJobEntityinstances. -
Class Summary 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