public interface JobEntityManager extends EntityManager<JobEntity>, JobInfoEntityManager<JobEntity>
EntityManager responsible for the JobEntity class.| Modifier and Type | Method and Description |
|---|---|
JobEntity |
findJobByCorrelationId(String correlationId)
Find the job with the given correlation id
|
long |
findJobCountByQueryCriteria(JobQueryImpl jobQuery)
Same as
findJobsByQueryCriteria(JobQueryImpl), but only returns a count and not the instances itself. |
List<Job> |
findJobsByQueryCriteria(JobQueryImpl jobQuery)
Executes a
JobQueryImpl and returns the matching JobEntity instances. |
boolean |
insertJobEntity(JobEntity jobEntity)
Insert the
JobEntity, similar to insert(JobEntity), but returns a boolean in case the insert did not go through. |
bulkUpdateJobLockWithoutRevisionCheck, findExpiredJobs, findJobsByExecutionId, findJobsByProcessInstanceId, findJobsToExecute, findJobsToExecuteAndLockInBulk, resetExpiredJob, updateJobTenantIdForDeploymentboolean insertJobEntity(JobEntity jobEntity)
JobEntity findJobByCorrelationId(String correlationId)
List<Job> findJobsByQueryCriteria(JobQueryImpl jobQuery)
JobQueryImpl and returns the matching JobEntity instances.long findJobCountByQueryCriteria(JobQueryImpl jobQuery)
findJobsByQueryCriteria(JobQueryImpl), but only returns a count and not the instances itself.Copyright © 2021 Flowable. All rights reserved.