Uses of Class
org.camunda.bpm.engine.impl.persistence.entity.AcquirableJobEntity
-
Packages that use AcquirableJobEntity Package Description org.camunda.bpm.engine.impl.cmd org.camunda.bpm.engine.impl.persistence.entity -
-
Uses of AcquirableJobEntity in org.camunda.bpm.engine.impl.cmd
Methods in org.camunda.bpm.engine.impl.cmd with parameters of type AcquirableJobEntity Modifier and Type Method Description protected voidAcquireJobsCmd. lockJob(AcquirableJobEntity job) -
Uses of AcquirableJobEntity in org.camunda.bpm.engine.impl.persistence.entity
Subclasses of AcquirableJobEntity in org.camunda.bpm.engine.impl.persistence.entity Modifier and Type Class Description classEverLivingJobEntityJobEntity for ever living job, which can be rescheduled and executed again.classJobEntityStub of the common parts of a Job.classMessageEntityNOTE: instances of Messge Entity should be created viaMessageJobDeclaration.classTimerEntityMethods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type AcquirableJobEntity Modifier and Type Method Description java.util.List<AcquirableJobEntity>JobManager. findNextJobsToExecute(Page page)
-