Uses of Interface
org.activiti.engine.impl.persistence.entity.AbstractJobEntity
Packages that use AbstractJobEntity
Package
Description
-
Uses of AbstractJobEntity in org.activiti.engine.impl.asyncexecutor
Methods in org.activiti.engine.impl.asyncexecutor that return AbstractJobEntityModifier and TypeMethodDescriptionDefaultJobManager.activateSuspendedJob(SuspendedJobEntity job) JobManager.activateSuspendedJob(SuspendedJobEntity job) Transforms aSuspendedJobEntityback to anAbstractJobEntity(i.e. to what it was originally).protected AbstractJobEntityDefaultJobManager.copyJobInfo(AbstractJobEntity copyToJob, AbstractJobEntity copyFromJob) Methods in org.activiti.engine.impl.asyncexecutor with parameters of type AbstractJobEntityModifier and TypeMethodDescriptionprotected AbstractJobEntityDefaultJobManager.copyJobInfo(AbstractJobEntity copyToJob, AbstractJobEntity copyFromJob) protected DeadLetterJobEntityDefaultJobManager.createDeadLetterJobFromOtherJob(AbstractJobEntity otherJob) protected JobEntityDefaultJobManager.createExecutableJobFromOtherJob(AbstractJobEntity job) protected SuspendedJobEntityDefaultJobManager.createSuspendedJobFromOtherJob(AbstractJobEntity otherJob) protected TimerJobEntityDefaultJobManager.createTimerJobFromOtherJob(AbstractJobEntity otherJob) DefaultJobManager.moveJobToDeadLetterJob(AbstractJobEntity job) JobManager.moveJobToDeadLetterJob(AbstractJobEntity job) Transforms anAbstractJobEntityto aDeadLetterJobEntity.DefaultJobManager.moveJobToSuspendedJob(AbstractJobEntity job) JobManager.moveJobToSuspendedJob(AbstractJobEntity job) Moves anAbstractJobEntityto become aSuspendedJobEntity, such that theAsyncExecutorwon't pick it up anymore for execution.DefaultJobManager.moveJobToTimerJob(AbstractJobEntity job) JobManager.moveJobToTimerJob(AbstractJobEntity job) Moves anAbstractJobEntityto become aTimerJobEntity. -
Uses of AbstractJobEntity in org.activiti.engine.impl.persistence.entity
Subinterfaces of AbstractJobEntity in org.activiti.engine.impl.persistence.entityModifier and TypeInterfaceDescriptioninterfaceSuspended jobs are stored separately to increase the normal job query performanceinterfaceRepresents 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 Job.Classes in org.activiti.engine.impl.persistence.entity that implement AbstractJobEntityModifier and TypeClassDescriptionclassAbstract job entity class.classDeadLetterJob entity, necessary for persistence.classJob entity.classTimerJob entity, necessary for persistence.classTimerJob entity, necessary for persistence.Methods in org.activiti.engine.impl.persistence.entity with parameters of type AbstractJobEntityModifier and TypeMethodDescriptionprotected DeadLetterJobEntityDeadLetterJobEntityManagerImpl.createDeadLetterJob(AbstractJobEntity job) protected SuspendedJobEntitySuspendedJobEntityManagerImpl.createSuspendedJob(AbstractJobEntity job)