| Package | Description |
|---|---|
| org.flowable.job.service | |
| org.flowable.job.service.impl | |
| org.flowable.job.service.impl.asyncexecutor | |
| org.flowable.job.service.impl.persistence.entity |
| Modifier and Type | Method and Description |
|---|---|
AbstractJobEntity |
JobProcessorContext.getJobEntity()
Get the job entity.
|
| Modifier and Type | Field and Description |
|---|---|
protected AbstractJobEntity |
JobProcessorContextImpl.jobEntity |
| Modifier and Type | Method and Description |
|---|---|
AbstractJobEntity |
JobProcessorContextImpl.getJobEntity() |
| Constructor and Description |
|---|
JobProcessorContextImpl(JobProcessorContext.Phase phase,
AbstractJobEntity jobEntity) |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractJobEntity |
DefaultJobManager.copyHistoryJobProperties(AbstractJobEntity copyToJob,
AbstractJobEntity copyFromJob) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultJobManager.callJobProcessors(JobProcessorContext.Phase processorType,
AbstractJobEntity abstractJobEntity) |
protected AbstractJobEntity |
DefaultJobManager.copyHistoryJobProperties(AbstractJobEntity copyToJob,
AbstractJobEntity copyFromJob) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AbstractRuntimeJobEntity |
interface |
DeadLetterJobEntity
Suspended jobs are stored separately to increase the normal job query performance
|
interface |
ExternalWorkerJobEntity
Represents an external job.
|
interface |
HistoryJobEntity |
interface |
JobEntity
Represents an async job: a piece of logic that needs to be executed asynchronously.
|
interface |
JobInfoEntity |
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 |
HistoryJobEntityImpl
History Job entity.
|
class |
JobEntityImpl
Job entity.
|
class |
SuspendedJobEntityImpl
TimerJob entity, necessary for persistence.
|
class |
TimerJobEntityImpl
TimerJob entity, necessary for persistence.
|
Copyright © 2021 Flowable. All rights reserved.