| Package | Description |
|---|---|
| org.activiti.engine.impl.asyncexecutor | |
| org.activiti.engine.impl.persistence.entity |
| Modifier and Type | Method and Description |
|---|---|
AbstractJobEntity |
JobManager.activateSuspendedJob(SuspendedJobEntity job)
Transforms a
SuspendedJobEntity back to an AbstractJobEntity
(i.e. |
AbstractJobEntity |
DefaultJobManager.activateSuspendedJob(SuspendedJobEntity job) |
protected AbstractJobEntity |
DefaultJobManager.copyJobInfo(AbstractJobEntity copyToJob,
AbstractJobEntity copyFromJob) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DeadLetterJobEntity
Suspended jobs are stored separately to increase the normal job query performance
|
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 Job.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractJobEntityImpl
Abstract job entity class.
|
class |
DeadLetterJobEntityImpl
DeadLetterJob entity, necessary for persistence.
|
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(AbstractJobEntity job) |
protected SuspendedJobEntity |
SuspendedJobEntityManagerImpl.createSuspendedJob(AbstractJobEntity job) |
Copyright © 2010–2018 Alfresco. All rights reserved.