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 TypeMethodDescriptionvoidJobService.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 TypeMethodDescriptionvoidJobServiceImpl.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 anAbstractRuntimeJobEntityto 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 aDeadLetterJobEntityto aJob, thus making it executable again.DefaultJobManager.moveDeadLetterJobToHistoryJob(DeadLetterJobEntity deadLetterJobEntity, int retries) JobManager.moveDeadLetterJobToHistoryJob(DeadLetterJobEntity deadLetterJobEntity, int retries) Transforms aDeadLetterJobEntityto 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 DeadLetterJobEntityDeleteDeadLetterJobCmd.getJobToDelete(CommandContext commandContext) Methods in org.flowable.job.service.impl.cmd with parameters of type DeadLetterJobEntityModifier and TypeMethodDescriptionprotected voidDeleteDeadLetterJobCmd.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 TypeClassDescriptionclassDeadLetterJob entity, necessary for persistence.Methods in org.flowable.job.service.impl.persistence.entity that return DeadLetterJobEntityModifier and TypeMethodDescriptionprotected DeadLetterJobEntityDeadLetterJobEntityManagerImpl.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 allDeadLetterJobEntityinstances related to an execution id.DeadLetterJobEntityManagerImpl.findJobsByExecutionId(String id) DeadLetterJobEntityManager.findJobsByProcessInstanceId(String id) Returns allDeadLetterJobEntityinstances related to a process instanceDeadLetterJobEntityManagerImpl.findJobsByProcessInstanceId(String id) Methods in org.flowable.job.service.impl.persistence.entity with parameters of type DeadLetterJobEntityModifier and TypeMethodDescriptionvoidDeadLetterJobEntityManagerImpl.delete(DeadLetterJobEntity jobEntity) voidDeadLetterJobEntityManagerImpl.insert(DeadLetterJobEntity jobEntity) voidDeadLetterJobEntityManagerImpl.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.deadLetterByCorrelationIdMatcherprotected CachedEntityMatcher<DeadLetterJobEntity>MybatisDeadLetterJobDataManager.deadLetterByExecutionIdMatcherMethods 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 TypeMethodDescriptionbooleanDeadLetterJobsByExecutionIdMatcher.isRetained(DeadLetterJobEntity jobEntity, Object param)