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 AbstractJobEntityJobProcessorContextImpl.jobEntityMethods 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 AbstractJobEntityDefaultJobManager.copyHistoryJobProperties(AbstractJobEntity copyToJob, AbstractJobEntity copyFromJob) Methods in org.flowable.job.service.impl.asyncexecutor with parameters of type AbstractJobEntityModifier and TypeMethodDescriptionprotected voidDefaultJobManager.callJobProcessors(JobProcessorContext.Phase processorType, AbstractJobEntity abstractJobEntity) protected AbstractJobEntityDefaultJobManager.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 TypeInterfaceDescriptioninterfaceinterfaceSuspended jobs are stored separately to increase the normal job query performanceinterfaceRepresents an external job.interfaceinterfaceRepresents an async job: a piece of logic that needs to be executed asynchronously.interfaceinterfaceSuspended 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 AbstractJobEntityModifier and TypeClassDescriptionclassAbstract job entity class.classDeadLetterJob entity, necessary for persistence.classclassHistory Job entity.classJob entity.classTimerJob entity, necessary for persistence.classTimerJob 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 voidJobProcessorUtil.callJobProcessors(JobServiceConfiguration jobServiceConfiguration, JobProcessorContext.Phase processorType, AbstractJobEntity abstractJobEntity)