Uses of Interface
org.flowable.job.service.impl.persistence.entity.AbstractJobEntity
Packages that use AbstractJobEntity
Package
Description
-
Uses of AbstractJobEntity in org.flowable.job.service
Methods in org.flowable.job.service that return AbstractJobEntity -
Uses of AbstractJobEntity in org.flowable.job.service.impl
Fields in org.flowable.job.service.impl declared as AbstractJobEntityModifier and TypeFieldDescriptionprotected final AbstractJobEntity
JobProcessorContextImpl.jobEntity
Methods in org.flowable.job.service.impl that return AbstractJobEntityConstructors in org.flowable.job.service.impl with parameters of type AbstractJobEntityModifierConstructorDescriptionJobProcessorContextImpl
(JobProcessorContext.Phase phase, AbstractJobEntity jobEntity) -
Uses of AbstractJobEntity in org.flowable.job.service.impl.asyncexecutor
Methods in org.flowable.job.service.impl.asyncexecutor that return AbstractJobEntityModifier and TypeMethodDescriptionprotected AbstractJobEntity
DefaultJobManager.copyHistoryJobProperties
(AbstractJobEntity copyToJob, AbstractJobEntity copyFromJob) Methods in org.flowable.job.service.impl.asyncexecutor with parameters of type AbstractJobEntityModifier and TypeMethodDescriptionprotected void
DefaultJobManager.callJobProcessors
(JobProcessorContext.Phase processorType, AbstractJobEntity abstractJobEntity) protected AbstractJobEntity
DefaultJobManager.copyHistoryJobProperties
(AbstractJobEntity copyToJob, AbstractJobEntity copyFromJob) -
Uses of AbstractJobEntity in org.flowable.job.service.impl.persistence.entity
Subinterfaces of AbstractJobEntity in org.flowable.job.service.impl.persistence.entityModifier and TypeInterfaceDescriptioninterface
interface
Suspended jobs are stored separately to increase the normal job query performanceinterface
Represents an external job.interface
interface
Represents an async job: a piece of logic that needs to be executed asynchronously.interface
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 AbstractJobEntityModifier and TypeClassDescriptionclass
Abstract job entity class.class
DeadLetterJob entity, necessary for persistence.class
class
History Job entity.class
Job entity.class
TimerJob entity, necessary for persistence.class
TimerJob entity, necessary for persistence. -
Uses of AbstractJobEntity in org.flowable.job.service.impl.util
Methods in org.flowable.job.service.impl.util with parameters of type AbstractJobEntityModifier and TypeMethodDescriptionstatic void
JobProcessorUtil.callJobProcessors
(JobServiceConfiguration jobServiceConfiguration, JobProcessorContext.Phase processorType, AbstractJobEntity abstractJobEntity)