| Modifier and Type | Method and Description |
|---|---|
AbstractRuntimeJobEntity |
JobService.activateSuspendedJob(SuspendedJobEntity job) |
AbstractRuntimeJobEntity |
JobService.moveJobToDeadLetterJob(AbstractRuntimeJobEntity job) |
AbstractRuntimeJobEntity |
TimerJobService.moveJobToTimerJob(JobEntity job) |
| Modifier and Type | Method and Description |
|---|---|
void |
InternalJobCompatibilityManager.handleFailedV5Job(AbstractRuntimeJobEntity job,
Throwable exception) |
AbstractRuntimeJobEntity |
JobService.moveJobToDeadLetterJob(AbstractRuntimeJobEntity job) |
SuspendedJobEntity |
JobService.moveJobToSuspendedJob(AbstractRuntimeJobEntity job) |
| Modifier and Type | Method and Description |
|---|---|
AbstractRuntimeJobEntity |
JobServiceImpl.activateSuspendedJob(SuspendedJobEntity job) |
AbstractRuntimeJobEntity |
JobServiceImpl.moveJobToDeadLetterJob(AbstractRuntimeJobEntity job) |
AbstractRuntimeJobEntity |
TimerJobServiceImpl.moveJobToTimerJob(JobEntity job) |
| Modifier and Type | Method and Description |
|---|---|
AbstractRuntimeJobEntity |
JobServiceImpl.moveJobToDeadLetterJob(AbstractRuntimeJobEntity job) |
SuspendedJobEntity |
JobServiceImpl.moveJobToSuspendedJob(AbstractRuntimeJobEntity job) |
| Modifier and Type | Method and Description |
|---|---|
AbstractRuntimeJobEntity |
JobManager.activateSuspendedJob(SuspendedJobEntity job)
Transforms a
SuspendedJobEntity back to an AbstractRuntimeJobEntity (i.e. |
AbstractRuntimeJobEntity |
DefaultJobManager.activateSuspendedJob(SuspendedJobEntity job) |
AbstractRuntimeJobEntity |
JobManager.copyJobInfo(AbstractRuntimeJobEntity copyToJob,
AbstractRuntimeJobEntity copyFromJob)
Copy job info from one job to the other
|
AbstractRuntimeJobEntity |
DefaultJobManager.copyJobInfo(AbstractRuntimeJobEntity copyToJob,
AbstractRuntimeJobEntity copyFromJob) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DeadLetterJobEntity
Suspended jobs are stored separately to increase the normal job query performance
|
interface |
ExternalWorkerJobEntity
Represents an external job.
|
interface |
JobEntity
Represents an async job: a piece of logic that needs to be executed asynchronously.
|
interface |
SuspendedJobEntity
Suspended jobs are stored separately to increase the normal job query performance
|
interface |
TimerJobEntity
Stub of the common parts of a timer job.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractJobEntityImpl
Abstract job entity class.
|
class |
DeadLetterJobEntityImpl
DeadLetterJob entity, necessary for persistence.
|
class |
ExternalWorkerJobEntityImpl |
class |
JobEntityImpl
Job entity.
|
class |
SuspendedJobEntityImpl
TimerJob entity, necessary for persistence.
|
class |
TimerJobEntityImpl
TimerJob entity, necessary for persistence.
|
| Modifier and Type | Method and Description |
|---|---|
protected DeadLetterJobEntity |
DeadLetterJobEntityManagerImpl.createDeadLetterJob(AbstractRuntimeJobEntity job) |
protected SuspendedJobEntity |
SuspendedJobEntityManagerImpl.createSuspendedJob(AbstractRuntimeJobEntity job) |
| Modifier and Type | Class and Description |
|---|---|
class |
JobByCorrelationIdMatcher<E extends AbstractRuntimeJobEntity> |
Copyright © 2021 Flowable. All rights reserved.