Uses of Interface
org.flowable.job.service.impl.persistence.entity.AbstractRuntimeJobEntity
Packages that use AbstractRuntimeJobEntity
Package
Description
-
Uses of AbstractRuntimeJobEntity in org.flowable.engine.impl.cfg
Methods in org.flowable.engine.impl.cfg with parameters of type AbstractRuntimeJobEntityModifier and TypeMethodDescriptionvoidDefaultInternalJobCompatibilityManager.handleFailedV5Job(AbstractRuntimeJobEntity job, Throwable exception) -
Uses of AbstractRuntimeJobEntity in org.flowable.job.service
Methods in org.flowable.job.service that return AbstractRuntimeJobEntityModifier and TypeMethodDescriptionJobService.activateSuspendedJob(SuspendedJobEntity job) JobService.moveJobToDeadLetterJob(AbstractRuntimeJobEntity job) TimerJobService.moveJobToTimerJob(JobEntity job) Methods in org.flowable.job.service with parameters of type AbstractRuntimeJobEntityModifier and TypeMethodDescriptionvoidInternalJobCompatibilityManager.handleFailedV5Job(AbstractRuntimeJobEntity job, Throwable exception) JobService.moveJobToDeadLetterJob(AbstractRuntimeJobEntity job) JobService.moveJobToSuspendedJob(AbstractRuntimeJobEntity job) -
Uses of AbstractRuntimeJobEntity in org.flowable.job.service.impl
Methods in org.flowable.job.service.impl that return AbstractRuntimeJobEntityModifier and TypeMethodDescriptionJobServiceImpl.activateSuspendedJob(SuspendedJobEntity job) JobServiceImpl.moveJobToDeadLetterJob(AbstractRuntimeJobEntity job) TimerJobServiceImpl.moveJobToTimerJob(JobEntity job) Methods in org.flowable.job.service.impl with parameters of type AbstractRuntimeJobEntityModifier and TypeMethodDescriptionJobServiceImpl.moveJobToDeadLetterJob(AbstractRuntimeJobEntity job) JobServiceImpl.moveJobToSuspendedJob(AbstractRuntimeJobEntity job) -
Uses of AbstractRuntimeJobEntity in org.flowable.job.service.impl.asyncexecutor
Methods in org.flowable.job.service.impl.asyncexecutor that return AbstractRuntimeJobEntityModifier and TypeMethodDescriptionDefaultJobManager.activateSuspendedJob(SuspendedJobEntity job) JobManager.activateSuspendedJob(SuspendedJobEntity job) Transforms aSuspendedJobEntityback to anAbstractRuntimeJobEntity(i.e.DefaultJobManager.copyJobInfo(AbstractRuntimeJobEntity copyToJob, AbstractRuntimeJobEntity copyFromJob) JobManager.copyJobInfo(AbstractRuntimeJobEntity copyToJob, AbstractRuntimeJobEntity copyFromJob) Copy job info from one job to the otherMethods in org.flowable.job.service.impl.asyncexecutor with parameters of type AbstractRuntimeJobEntityModifier and TypeMethodDescriptionDefaultJobManager.copyJobInfo(AbstractRuntimeJobEntity copyToJob, AbstractRuntimeJobEntity copyFromJob) JobManager.copyJobInfo(AbstractRuntimeJobEntity copyToJob, AbstractRuntimeJobEntity copyFromJob) Copy job info from one job to the otherDefaultJobManager.createDeadLetterJobFromOtherJob(AbstractRuntimeJobEntity otherJob) JobManager.createDeadLetterJobFromOtherJob(AbstractRuntimeJobEntity otherJob) Create a dead letter job from another jobDefaultJobManager.createExecutableJobFromOtherJob(AbstractRuntimeJobEntity job) protected JobEntityDefaultJobManager.createExecutableJobFromOtherJob(AbstractRuntimeJobEntity job, boolean lockJob) JobManager.createExecutableJobFromOtherJob(AbstractRuntimeJobEntity job) Create an executable job from another jobDefaultJobManager.createExternalWorkerJobFromOtherJob(AbstractRuntimeJobEntity otherJob) JobManager.createExternalWorkerJobFromOtherJob(AbstractRuntimeJobEntity otherJob) Create an external worker job from another jobDefaultJobManager.createSuspendedJobFromOtherJob(AbstractRuntimeJobEntity otherJob) JobManager.createSuspendedJobFromOtherJob(AbstractRuntimeJobEntity otherJob) Create a suspended job from another jobDefaultJobManager.createTimerJobFromOtherJob(AbstractRuntimeJobEntity otherJob) JobManager.createTimerJobFromOtherJob(AbstractRuntimeJobEntity otherJob) Create a timer job from another jobDefaultJobManager.moveJobToDeadLetterJob(AbstractRuntimeJobEntity job) JobManager.moveJobToDeadLetterJob(AbstractRuntimeJobEntity job) Transforms anAbstractRuntimeJobEntityto aDeadLetterJobEntity.DefaultJobManager.moveJobToSuspendedJob(AbstractRuntimeJobEntity job) JobManager.moveJobToSuspendedJob(AbstractRuntimeJobEntity job) Moves anAbstractRuntimeJobEntityto become aSuspendedJobEntity, such that theAsyncExecutorwon't pick it up anymore for execution.DefaultJobManager.moveJobToTimerJob(AbstractRuntimeJobEntity job) JobManager.moveJobToTimerJob(AbstractRuntimeJobEntity job) Moves anAbstractRuntimeJobEntityto become aTimerJobEntity. -
Uses of AbstractRuntimeJobEntity in org.flowable.job.service.impl.persistence.entity
Subinterfaces of AbstractRuntimeJobEntity in org.flowable.job.service.impl.persistence.entityModifier and TypeInterfaceDescriptioninterfaceSuspended jobs are stored separately to increase the normal job query performanceinterfaceRepresents an external job.interfaceRepresents an async job: a piece of logic that needs to be executed asynchronously.interfaceSuspended jobs are stored separately to increase the normal job query performanceinterfaceStub of the common parts of a timer job.Classes in org.flowable.job.service.impl.persistence.entity that implement AbstractRuntimeJobEntityModifier and TypeClassDescriptionclassAbstract job entity class.classDeadLetterJob entity, necessary for persistence.classclassJob entity.classTimerJob entity, necessary for persistence.classTimerJob entity, necessary for persistence.Methods in org.flowable.job.service.impl.persistence.entity with parameters of type AbstractRuntimeJobEntityModifier and TypeMethodDescriptionprotected DeadLetterJobEntityDeadLetterJobEntityManagerImpl.createDeadLetterJob(AbstractRuntimeJobEntity job) protected SuspendedJobEntitySuspendedJobEntityManagerImpl.createSuspendedJob(AbstractRuntimeJobEntity job) -
Uses of AbstractRuntimeJobEntity in org.flowable.job.service.impl.persistence.entity.data.impl.cachematcher
Classes in org.flowable.job.service.impl.persistence.entity.data.impl.cachematcher with type parameters of type AbstractRuntimeJobEntityModifier and TypeClassDescriptionclass