Uses of Interface
org.flowable.job.service.impl.persistence.entity.DeadLetterJobEntity
Packages that use DeadLetterJobEntity
Package
Description
-
Uses of DeadLetterJobEntity in org.flowable.job.service
Methods in org.flowable.job.service that return DeadLetterJobEntityMethods in org.flowable.job.service that return types with arguments of type DeadLetterJobEntityModifier and TypeMethodDescriptionJobService.findDeadLetterJobsByExecutionId
(String executionId) JobService.findDeadLetterJobsByProcessInstanceId
(String processInstanceId) Methods in org.flowable.job.service with parameters of type DeadLetterJobEntityModifier and TypeMethodDescriptionvoid
JobService.insertDeadLetterJob
(DeadLetterJobEntity deadLetterJob) -
Uses of DeadLetterJobEntity in org.flowable.job.service.impl
Methods in org.flowable.job.service.impl that return DeadLetterJobEntityMethods in org.flowable.job.service.impl that return types with arguments of type DeadLetterJobEntityModifier and TypeMethodDescriptionJobServiceImpl.findDeadLetterJobsByExecutionId
(String executionId) JobServiceImpl.findDeadLetterJobsByProcessInstanceId
(String processInstanceId) Methods in org.flowable.job.service.impl with parameters of type DeadLetterJobEntityModifier and TypeMethodDescriptionvoid
JobServiceImpl.insertDeadLetterJob
(DeadLetterJobEntity deadLetterJob) -
Uses of DeadLetterJobEntity in org.flowable.job.service.impl.asyncexecutor
Methods in org.flowable.job.service.impl.asyncexecutor that return DeadLetterJobEntityModifier and TypeMethodDescriptionDefaultJobManager.createDeadLetterJobFromHistoryJob
(HistoryJobEntity historyJobEntity) JobManager.createDeadLetterJobFromHistoryJob
(HistoryJobEntity historyJobEntity) Create a dead letter job from a history job.DefaultJobManager.createDeadLetterJobFromOtherJob
(AbstractRuntimeJobEntity otherJob) JobManager.createDeadLetterJobFromOtherJob
(AbstractRuntimeJobEntity otherJob) Create a dead letter job from another jobDefaultJobManager.moveJobToDeadLetterJob
(AbstractRuntimeJobEntity job) JobManager.moveJobToDeadLetterJob
(AbstractRuntimeJobEntity job) Transforms anAbstractRuntimeJobEntity
to aDeadLetterJobEntity
.Methods in org.flowable.job.service.impl.asyncexecutor with parameters of type DeadLetterJobEntityModifier and TypeMethodDescriptionDefaultJobManager.moveDeadLetterJobToExecutableJob
(DeadLetterJobEntity deadLetterJobEntity, int retries) JobManager.moveDeadLetterJobToExecutableJob
(DeadLetterJobEntity deadLetterJobEntity, int retries) Transforms aDeadLetterJobEntity
to aJob
, thus making it executable again.DefaultJobManager.moveDeadLetterJobToHistoryJob
(DeadLetterJobEntity deadLetterJobEntity, int retries) JobManager.moveDeadLetterJobToHistoryJob
(DeadLetterJobEntity deadLetterJobEntity, int retries) Transforms aDeadLetterJobEntity
to aHistoryJob
, thus making it executable again (by the async history executor). -
Uses of DeadLetterJobEntity in org.flowable.job.service.impl.cmd
Methods in org.flowable.job.service.impl.cmd that return DeadLetterJobEntityModifier and TypeMethodDescriptionMoveJobToDeadLetterJobCmd.execute
(CommandContext commandContext) protected DeadLetterJobEntity
DeleteDeadLetterJobCmd.getJobToDelete
(CommandContext commandContext) Methods in org.flowable.job.service.impl.cmd with parameters of type DeadLetterJobEntityModifier and TypeMethodDescriptionprotected void
DeleteDeadLetterJobCmd.sendCancelEvent
(DeadLetterJobEntity jobToDelete) -
Uses of DeadLetterJobEntity in org.flowable.job.service.impl.persistence.entity
Classes in org.flowable.job.service.impl.persistence.entity that implement DeadLetterJobEntityModifier and TypeClassDescriptionclass
DeadLetterJob entity, necessary for persistence.Methods in org.flowable.job.service.impl.persistence.entity that return DeadLetterJobEntityModifier and TypeMethodDescriptionprotected DeadLetterJobEntity
DeadLetterJobEntityManagerImpl.createDeadLetterJob
(AbstractRuntimeJobEntity job) DeadLetterJobEntityManager.findJobByCorrelationId
(String correlationId) Find the deadletter job with the given correlation id.DeadLetterJobEntityManagerImpl.findJobByCorrelationId
(String correlationId) Methods in org.flowable.job.service.impl.persistence.entity that return types with arguments of type DeadLetterJobEntityModifier and TypeMethodDescriptionDeadLetterJobEntityManager.findJobsByExecutionId
(String id) Returns allDeadLetterJobEntity
instances related to an execution id.DeadLetterJobEntityManagerImpl.findJobsByExecutionId
(String id) DeadLetterJobEntityManager.findJobsByProcessInstanceId
(String id) Returns allDeadLetterJobEntity
instances related to a process instanceDeadLetterJobEntityManagerImpl.findJobsByProcessInstanceId
(String id) Methods in org.flowable.job.service.impl.persistence.entity with parameters of type DeadLetterJobEntityModifier and TypeMethodDescriptionvoid
DeadLetterJobEntityManagerImpl.delete
(DeadLetterJobEntity jobEntity) void
DeadLetterJobEntityManagerImpl.insert
(DeadLetterJobEntity jobEntity) void
DeadLetterJobEntityManagerImpl.insert
(DeadLetterJobEntity jobEntity, boolean fireCreateEvent) -
Uses of DeadLetterJobEntity in org.flowable.job.service.impl.persistence.entity.data
Methods in org.flowable.job.service.impl.persistence.entity.data that return DeadLetterJobEntityModifier and TypeMethodDescriptionDeadLetterJobDataManager.findJobByCorrelationId
(String correlationId) Methods in org.flowable.job.service.impl.persistence.entity.data that return types with arguments of type DeadLetterJobEntityModifier and TypeMethodDescriptionDeadLetterJobDataManager.findJobsByExecutionId
(String executionId) DeadLetterJobDataManager.findJobsByProcessInstanceId
(String processInstanceId) -
Uses of DeadLetterJobEntity in org.flowable.job.service.impl.persistence.entity.data.impl
Fields in org.flowable.job.service.impl.persistence.entity.data.impl with type parameters of type DeadLetterJobEntityModifier and TypeFieldDescriptionprotected SingleCachedEntityMatcher<DeadLetterJobEntity>
MybatisDeadLetterJobDataManager.deadLetterByCorrelationIdMatcher
protected CachedEntityMatcher<DeadLetterJobEntity>
MybatisDeadLetterJobDataManager.deadLetterByExecutionIdMatcher
Methods in org.flowable.job.service.impl.persistence.entity.data.impl that return DeadLetterJobEntityModifier and TypeMethodDescriptionMybatisDeadLetterJobDataManager.create()
MybatisDeadLetterJobDataManager.findJobByCorrelationId
(String correlationId) Methods in org.flowable.job.service.impl.persistence.entity.data.impl that return types with arguments of type DeadLetterJobEntityModifier and TypeMethodDescriptionMybatisDeadLetterJobDataManager.findJobsByExecutionId
(String executionId) MybatisDeadLetterJobDataManager.findJobsByProcessInstanceId
(String processInstanceId) Class<? extends DeadLetterJobEntity>
MybatisDeadLetterJobDataManager.getManagedEntityClass()
-
Uses of DeadLetterJobEntity in org.flowable.job.service.impl.persistence.entity.data.impl.cachematcher
Methods in org.flowable.job.service.impl.persistence.entity.data.impl.cachematcher with parameters of type DeadLetterJobEntityModifier and TypeMethodDescriptionboolean
DeadLetterJobsByExecutionIdMatcher.isRetained
(DeadLetterJobEntity jobEntity, Object param)