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 TypeMethodDescriptionvoid
DefaultInternalJobCompatibilityManager.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 TypeMethodDescriptionvoid
InternalJobCompatibilityManager.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 aSuspendedJobEntity
back 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 JobEntity
DefaultJobManager.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 anAbstractRuntimeJobEntity
to aDeadLetterJobEntity
.DefaultJobManager.moveJobToSuspendedJob
(AbstractRuntimeJobEntity job) JobManager.moveJobToSuspendedJob
(AbstractRuntimeJobEntity job) Moves anAbstractRuntimeJobEntity
to become aSuspendedJobEntity
, such that theAsyncExecutor
won't pick it up anymore for execution.DefaultJobManager.moveJobToTimerJob
(AbstractRuntimeJobEntity job) JobManager.moveJobToTimerJob
(AbstractRuntimeJobEntity job) Moves anAbstractRuntimeJobEntity
to 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 TypeInterfaceDescriptioninterface
Suspended jobs are stored separately to increase the normal job query performanceinterface
Represents an external job.interface
Represents an async job: a piece of logic that needs to be executed asynchronously.interface
Suspended jobs are stored separately to increase the normal job query performanceinterface
Stub of the common parts of a timer job.Classes in org.flowable.job.service.impl.persistence.entity that implement AbstractRuntimeJobEntityModifier and TypeClassDescriptionclass
Abstract job entity class.class
DeadLetterJob entity, necessary for persistence.class
class
Job entity.class
TimerJob entity, necessary for persistence.class
TimerJob entity, necessary for persistence.Methods in org.flowable.job.service.impl.persistence.entity with parameters of type AbstractRuntimeJobEntityModifier and TypeMethodDescriptionprotected DeadLetterJobEntity
DeadLetterJobEntityManagerImpl.createDeadLetterJob
(AbstractRuntimeJobEntity job) protected SuspendedJobEntity
SuspendedJobEntityManagerImpl.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