Uses of Interface
org.flowable.job.service.impl.persistence.entity.DeadLetterJobEntity
-
-
Uses of DeadLetterJobEntity in org.flowable.job.service
Methods in org.flowable.job.service that return DeadLetterJobEntity Modifier and Type Method Description DeadLetterJobEntityJobService. createDeadLetterJob()Methods in org.flowable.job.service that return types with arguments of type DeadLetterJobEntity Modifier and Type Method Description List<DeadLetterJobEntity>JobService. findDeadLetterJobsByExecutionId(String executionId)List<DeadLetterJobEntity>JobService. findDeadLetterJobsByProcessInstanceId(String processInstanceId)Methods in org.flowable.job.service with parameters of type DeadLetterJobEntity Modifier and Type Method Description voidJobService. insertDeadLetterJob(DeadLetterJobEntity deadLetterJob) -
Uses of DeadLetterJobEntity in org.flowable.job.service.impl
Methods in org.flowable.job.service.impl that return DeadLetterJobEntity Modifier and Type Method Description DeadLetterJobEntityJobServiceImpl. createDeadLetterJob()Methods in org.flowable.job.service.impl that return types with arguments of type DeadLetterJobEntity Modifier and Type Method Description List<DeadLetterJobEntity>JobServiceImpl. findDeadLetterJobsByExecutionId(String executionId)List<DeadLetterJobEntity>JobServiceImpl. findDeadLetterJobsByProcessInstanceId(String processInstanceId)Methods in org.flowable.job.service.impl with parameters of type DeadLetterJobEntity Modifier and Type Method Description voidJobServiceImpl. insertDeadLetterJob(DeadLetterJobEntity deadLetterJob) -
Uses of DeadLetterJobEntity in org.flowable.job.service.impl.asyncexecutor
Methods in org.flowable.job.service.impl.asyncexecutor that return DeadLetterJobEntity Modifier and Type Method Description DeadLetterJobEntityDefaultJobManager. createDeadLetterJobFromHistoryJob(HistoryJobEntity historyJobEntity)DeadLetterJobEntityJobManager. createDeadLetterJobFromHistoryJob(HistoryJobEntity historyJobEntity)Create a dead letter job from a history job.DeadLetterJobEntityDefaultJobManager. createDeadLetterJobFromOtherJob(AbstractRuntimeJobEntity otherJob)DeadLetterJobEntityJobManager. createDeadLetterJobFromOtherJob(AbstractRuntimeJobEntity otherJob)Create a dead letter job from another jobDeadLetterJobEntityDefaultJobManager. moveJobToDeadLetterJob(AbstractRuntimeJobEntity job)DeadLetterJobEntityJobManager. moveJobToDeadLetterJob(AbstractRuntimeJobEntity job)Transforms anAbstractRuntimeJobEntityto aDeadLetterJobEntity.Methods in org.flowable.job.service.impl.asyncexecutor with parameters of type DeadLetterJobEntity Modifier and Type Method Description JobDefaultJobManager. moveDeadLetterJobToExecutableJob(DeadLetterJobEntity deadLetterJobEntity, int retries)JobJobManager. moveDeadLetterJobToExecutableJob(DeadLetterJobEntity deadLetterJobEntity, int retries)Transforms aDeadLetterJobEntityto aJob, thus making it executable again.HistoryJobEntityDefaultJobManager. moveDeadLetterJobToHistoryJob(DeadLetterJobEntity deadLetterJobEntity, int retries)HistoryJobEntityJobManager. 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 DeadLetterJobEntity Modifier and Type Method Description DeadLetterJobEntityMoveJobToDeadLetterJobCmd. execute(CommandContext commandContext)protected DeadLetterJobEntityDeleteDeadLetterJobCmd. getJobToDelete(CommandContext commandContext)Methods in org.flowable.job.service.impl.cmd with parameters of type DeadLetterJobEntity Modifier and Type Method Description protected 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 DeadLetterJobEntity Modifier and Type Class Description classDeadLetterJobEntityImplDeadLetterJob entity, necessary for persistence.Methods in org.flowable.job.service.impl.persistence.entity that return DeadLetterJobEntity Modifier and Type Method Description protected DeadLetterJobEntityDeadLetterJobEntityManagerImpl. createDeadLetterJob(AbstractRuntimeJobEntity job)DeadLetterJobEntityDeadLetterJobEntityManager. findJobByCorrelationId(String correlationId)Find the deadletter job with the given correlation id.DeadLetterJobEntityDeadLetterJobEntityManagerImpl. findJobByCorrelationId(String correlationId)Methods in org.flowable.job.service.impl.persistence.entity that return types with arguments of type DeadLetterJobEntity Modifier and Type Method Description List<DeadLetterJobEntity>DeadLetterJobEntityManager. findJobsByExecutionId(String id)Returns allDeadLetterJobEntityinstances related to an execution id.List<DeadLetterJobEntity>DeadLetterJobEntityManagerImpl. findJobsByExecutionId(String id)List<DeadLetterJobEntity>DeadLetterJobEntityManager. findJobsByProcessInstanceId(String id)Returns allDeadLetterJobEntityinstances related to a process instanceList<DeadLetterJobEntity>DeadLetterJobEntityManagerImpl. findJobsByProcessInstanceId(String id)Methods in org.flowable.job.service.impl.persistence.entity with parameters of type DeadLetterJobEntity Modifier and Type Method Description voidDeadLetterJobEntityManagerImpl. 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 DeadLetterJobEntity Modifier and Type Method Description DeadLetterJobEntityDeadLetterJobDataManager. findJobByCorrelationId(String correlationId)Methods in org.flowable.job.service.impl.persistence.entity.data that return types with arguments of type DeadLetterJobEntity Modifier and Type Method Description List<DeadLetterJobEntity>DeadLetterJobDataManager. findJobsByExecutionId(String executionId)List<DeadLetterJobEntity>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 DeadLetterJobEntity Modifier and Type Field Description protected SingleCachedEntityMatcher<DeadLetterJobEntity>MybatisDeadLetterJobDataManager. deadLetterByCorrelationIdMatcherprotected CachedEntityMatcher<DeadLetterJobEntity>MybatisDeadLetterJobDataManager. deadLetterByExecutionIdMatcherMethods in org.flowable.job.service.impl.persistence.entity.data.impl that return DeadLetterJobEntity Modifier and Type Method Description DeadLetterJobEntityMybatisDeadLetterJobDataManager. create()DeadLetterJobEntityMybatisDeadLetterJobDataManager. findJobByCorrelationId(String correlationId)Methods in org.flowable.job.service.impl.persistence.entity.data.impl that return types with arguments of type DeadLetterJobEntity Modifier and Type Method Description List<DeadLetterJobEntity>MybatisDeadLetterJobDataManager. findJobsByExecutionId(String executionId)List<DeadLetterJobEntity>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 DeadLetterJobEntity Modifier and Type Method Description booleanDeadLetterJobsByExecutionIdMatcher. isRetained(DeadLetterJobEntity jobEntity, Object param)
-