Uses of Class
org.camunda.bpm.engine.impl.persistence.entity.AcquirableJobEntity
Packages that use AcquirableJobEntity
-
Uses of AcquirableJobEntity in org.camunda.bpm.engine.impl.cmd
Methods in org.camunda.bpm.engine.impl.cmd with parameters of type AcquirableJobEntityModifier and TypeMethodDescriptionprotected void
AcquireJobsCmd.lockJob
(AcquirableJobEntity job) protected String
AcquireJobsCmd.selectProcessInstanceId
(AcquirableJobEntity job, boolean isAcquireExclusiveOverProcessHierarchies) -
Uses of AcquirableJobEntity in org.camunda.bpm.engine.impl.persistence.entity
Subclasses of AcquirableJobEntity in org.camunda.bpm.engine.impl.persistence.entityModifier and TypeClassDescriptionclass
JobEntity for ever living job, which can be rescheduled and executed again.class
Stub of the common parts of a Job.class
NOTE: instances of Message Entity should be created viaMessageJobDeclaration
.class
Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type AcquirableJobEntity