Uses of Interface
org.activiti.engine.impl.persistence.entity.AbstractJobEntity
-
Packages that use AbstractJobEntity Package Description org.activiti.engine.impl.asyncexecutor org.activiti.engine.impl.persistence.entity -
-
Uses of AbstractJobEntity in org.activiti.engine.impl.asyncexecutor
Methods in org.activiti.engine.impl.asyncexecutor that return AbstractJobEntity Modifier and Type Method Description AbstractJobEntityDefaultJobManager. activateSuspendedJob(SuspendedJobEntity job)AbstractJobEntityJobManager. activateSuspendedJob(SuspendedJobEntity job)Transforms aSuspendedJobEntityback to anAbstractJobEntity(i.e.protected AbstractJobEntityDefaultJobManager. copyJobInfo(AbstractJobEntity copyToJob, AbstractJobEntity copyFromJob) -
Uses of AbstractJobEntity in org.activiti.engine.impl.persistence.entity
Subinterfaces of AbstractJobEntity in org.activiti.engine.impl.persistence.entity Modifier and Type Interface Description interfaceDeadLetterJobEntitySuspended jobs are stored separately to increase the normal job query performanceinterfaceJobEntityRepresents 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 Job.Classes in org.activiti.engine.impl.persistence.entity that implement AbstractJobEntity Modifier and Type Class Description classAbstractJobEntityImplAbstract job entity class.classDeadLetterJobEntityImplDeadLetterJob entity, necessary for persistence.classJobEntityImplJob entity.classSuspendedJobEntityImplTimerJob entity, necessary for persistence.classTimerJobEntityImplTimerJob entity, necessary for persistence.Methods in org.activiti.engine.impl.persistence.entity with parameters of type AbstractJobEntity Modifier and Type Method Description protected DeadLetterJobEntityDeadLetterJobEntityManagerImpl. createDeadLetterJob(AbstractJobEntity job)protected SuspendedJobEntitySuspendedJobEntityManagerImpl. createSuspendedJob(AbstractJobEntity job)
-