public interface JobEntityManager extends EntityManager<JobEntity>, JobInfoEntityManager<JobEntity>
EntityManager responsible for the JobEntity class.| Modifier and Type | Method and Description |
|---|---|
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. |
findExpiredJobs, findJobsByExecutionId, findJobsByProcessInstanceId, findJobsToExecute, resetExpiredJob, updateJobTenantIdForDeploymentboolean insertJobEntity(JobEntity jobEntity)
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 © 2020 Flowable. All rights reserved.