| Modifier and Type | Method and Description |
|---|---|
DeadLetterJobEntity |
JobService.createDeadLetterJob() |
| Modifier and Type | Method and Description |
|---|---|
List<DeadLetterJobEntity> |
JobService.findDeadLetterJobsByExecutionId(String executionId) |
List<DeadLetterJobEntity> |
JobService.findDeadLetterJobsByProcessInstanceId(String processInstanceId) |
| Modifier and Type | Method and Description |
|---|---|
void |
JobService.insertDeadLetterJob(DeadLetterJobEntity deadLetterJob) |
| Modifier and Type | Method and Description |
|---|---|
DeadLetterJobEntity |
JobServiceImpl.createDeadLetterJob() |
| Modifier and Type | Method and Description |
|---|---|
List<DeadLetterJobEntity> |
JobServiceImpl.findDeadLetterJobsByExecutionId(String executionId) |
List<DeadLetterJobEntity> |
JobServiceImpl.findDeadLetterJobsByProcessInstanceId(String processInstanceId) |
| Modifier and Type | Method and Description |
|---|---|
void |
JobServiceImpl.insertDeadLetterJob(DeadLetterJobEntity deadLetterJob) |
| Modifier and Type | Method and Description |
|---|---|
DeadLetterJobEntity |
JobManager.createDeadLetterJobFromOtherJob(AbstractRuntimeJobEntity otherJob)
Create a dead letter job from another job
|
DeadLetterJobEntity |
DefaultJobManager.createDeadLetterJobFromOtherJob(AbstractRuntimeJobEntity otherJob) |
DeadLetterJobEntity |
JobManager.moveJobToDeadLetterJob(AbstractRuntimeJobEntity job)
Transforms an
AbstractRuntimeJobEntity to a DeadLetterJobEntity. |
DeadLetterJobEntity |
DefaultJobManager.moveJobToDeadLetterJob(AbstractRuntimeJobEntity job) |
| Modifier and Type | Method and Description |
|---|---|
JobEntity |
JobManager.moveDeadLetterJobToExecutableJob(DeadLetterJobEntity deadLetterJobEntity,
int retries)
Transforms a
DeadLetterJobEntity to a JobEntity, thus making it executable again. |
JobEntity |
DefaultJobManager.moveDeadLetterJobToExecutableJob(DeadLetterJobEntity deadLetterJobEntity,
int retries) |
| Modifier and Type | Method and Description |
|---|---|
DeadLetterJobEntity |
MoveJobToDeadLetterJobCmd.execute(CommandContext commandContext) |
protected DeadLetterJobEntity |
DeleteDeadLetterJobCmd.getJobToDelete(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DeleteDeadLetterJobCmd.sendCancelEvent(DeadLetterJobEntity jobToDelete) |
| Modifier and Type | Class and Description |
|---|---|
class |
DeadLetterJobEntityImpl
DeadLetterJob entity, necessary for persistence.
|
| Modifier and Type | Method and Description |
|---|---|
protected DeadLetterJobEntity |
DeadLetterJobEntityManagerImpl.createDeadLetterJob(AbstractRuntimeJobEntity job) |
| Modifier and Type | Method and Description |
|---|---|
List<DeadLetterJobEntity> |
DeadLetterJobEntityManagerImpl.findJobsByExecutionId(String id) |
List<DeadLetterJobEntity> |
DeadLetterJobEntityManager.findJobsByExecutionId(String id)
Returns all
DeadLetterJobEntity instances related to an ExecutionEntity. |
List<DeadLetterJobEntity> |
DeadLetterJobEntityManagerImpl.findJobsByProcessInstanceId(String id) |
List<DeadLetterJobEntity> |
DeadLetterJobEntityManager.findJobsByProcessInstanceId(String id)
Returns all
DeadLetterJobEntity instances related to a process instance |
| Modifier and Type | Method and Description |
|---|---|
void |
DeadLetterJobEntityManagerImpl.delete(DeadLetterJobEntity jobEntity) |
void |
DeadLetterJobEntityManagerImpl.insert(DeadLetterJobEntity jobEntity) |
void |
DeadLetterJobEntityManagerImpl.insert(DeadLetterJobEntity jobEntity,
boolean fireCreateEvent) |
| Modifier and Type | Method and Description |
|---|---|
List<DeadLetterJobEntity> |
DeadLetterJobDataManager.findJobsByExecutionId(String executionId) |
List<DeadLetterJobEntity> |
DeadLetterJobDataManager.findJobsByProcessInstanceId(String processInstanceId) |
| Modifier and Type | Field and Description |
|---|---|
protected CachedEntityMatcher<DeadLetterJobEntity> |
MybatisDeadLetterJobDataManager.deadLetterByExecutionIdMatcher |
| Modifier and Type | Method and Description |
|---|---|
DeadLetterJobEntity |
MybatisDeadLetterJobDataManager.create() |
| Modifier and Type | Method and Description |
|---|---|
List<DeadLetterJobEntity> |
MybatisDeadLetterJobDataManager.findJobsByExecutionId(String executionId) |
List<DeadLetterJobEntity> |
MybatisDeadLetterJobDataManager.findJobsByProcessInstanceId(String processInstanceId) |
Class<? extends DeadLetterJobEntity> |
MybatisDeadLetterJobDataManager.getManagedEntityClass() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DeadLetterJobsByExecutionIdMatcher.isRetained(DeadLetterJobEntity jobEntity,
Object param) |
Copyright © 2018 Flowable. All rights reserved.