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 void
AcquireJobsCmd. 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 class
EverLivingJobEntity
JobEntity for ever living job, which can be rescheduled and executed again.class
JobEntity
Stub of the common parts of a Job.class
MessageEntity
NOTE: instances of Messge Entity should be created viaMessageJobDeclaration
.class
TimerEntity
Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type AcquirableJobEntity Modifier and Type Method Description List<AcquirableJobEntity>
JobManager. findNextJobsToExecute(Page page)
-