Uses of Interface
org.flowable.job.service.impl.persistence.entity.AbstractRuntimeJobEntity
-
-
Uses of AbstractRuntimeJobEntity in org.flowable.job.service
Methods in org.flowable.job.service that return AbstractRuntimeJobEntity Modifier and Type Method Description AbstractRuntimeJobEntityJobService. activateSuspendedJob(SuspendedJobEntity job)AbstractRuntimeJobEntityJobService. moveJobToDeadLetterJob(AbstractRuntimeJobEntity job)AbstractRuntimeJobEntityTimerJobService. moveJobToTimerJob(JobEntity job)Methods in org.flowable.job.service with parameters of type AbstractRuntimeJobEntity Modifier and Type Method Description voidInternalJobCompatibilityManager. handleFailedV5Job(AbstractRuntimeJobEntity job, Throwable exception)AbstractRuntimeJobEntityJobService. moveJobToDeadLetterJob(AbstractRuntimeJobEntity job)SuspendedJobEntityJobService. moveJobToSuspendedJob(AbstractRuntimeJobEntity job) -
Uses of AbstractRuntimeJobEntity in org.flowable.job.service.impl
Methods in org.flowable.job.service.impl that return AbstractRuntimeJobEntity Modifier and Type Method Description AbstractRuntimeJobEntityJobServiceImpl. activateSuspendedJob(SuspendedJobEntity job)AbstractRuntimeJobEntityJobServiceImpl. moveJobToDeadLetterJob(AbstractRuntimeJobEntity job)AbstractRuntimeJobEntityTimerJobServiceImpl. moveJobToTimerJob(JobEntity job)Methods in org.flowable.job.service.impl with parameters of type AbstractRuntimeJobEntity Modifier and Type Method Description AbstractRuntimeJobEntityJobServiceImpl. moveJobToDeadLetterJob(AbstractRuntimeJobEntity job)SuspendedJobEntityJobServiceImpl. moveJobToSuspendedJob(AbstractRuntimeJobEntity job) -
Uses of AbstractRuntimeJobEntity in org.flowable.job.service.impl.asyncexecutor
Methods in org.flowable.job.service.impl.asyncexecutor that return AbstractRuntimeJobEntity Modifier and Type Method Description AbstractRuntimeJobEntityDefaultJobManager. activateSuspendedJob(SuspendedJobEntity job)AbstractRuntimeJobEntityJobManager. activateSuspendedJob(SuspendedJobEntity job)Transforms aSuspendedJobEntityback to anAbstractRuntimeJobEntity(i.e.AbstractRuntimeJobEntityDefaultJobManager. copyJobInfo(AbstractRuntimeJobEntity copyToJob, AbstractRuntimeJobEntity copyFromJob)AbstractRuntimeJobEntityJobManager. copyJobInfo(AbstractRuntimeJobEntity copyToJob, AbstractRuntimeJobEntity copyFromJob)Copy job info from one job to the other -
Uses of AbstractRuntimeJobEntity in org.flowable.job.service.impl.persistence.entity
Subinterfaces of AbstractRuntimeJobEntity in org.flowable.job.service.impl.persistence.entity Modifier and Type Interface Description interfaceDeadLetterJobEntitySuspended jobs are stored separately to increase the normal job query performanceinterfaceExternalWorkerJobEntityRepresents an external job.interfaceJobEntityRepresents an async job: a piece of logic that needs to be executed asynchronously.interfaceSuspendedJobEntitySuspended jobs are stored separately to increase the normal job query performanceinterfaceTimerJobEntityStub of the common parts of a timer job.Classes in org.flowable.job.service.impl.persistence.entity that implement AbstractRuntimeJobEntity Modifier and Type Class Description classAbstractJobEntityImplAbstract job entity class.classDeadLetterJobEntityImplDeadLetterJob entity, necessary for persistence.classExternalWorkerJobEntityImplclassJobEntityImplJob entity.classSuspendedJobEntityImplTimerJob entity, necessary for persistence.classTimerJobEntityImplTimerJob entity, necessary for persistence.Methods in org.flowable.job.service.impl.persistence.entity with parameters of type AbstractRuntimeJobEntity Modifier and Type Method Description protected 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 AbstractRuntimeJobEntity Modifier and Type Class Description classJobByCorrelationIdMatcher<E extends AbstractRuntimeJobEntity>
-