public interface HistoryJobEntityManager extends EntityManager<HistoryJobEntity>, JobInfoEntityManager<HistoryJobEntity>
EntityManager responsible for the HistoryJobEntity class.| Modifier and Type | Method and Description |
|---|---|
void |
deleteNoCascade(HistoryJobEntity historyJobEntity)
The default delete method will cascade to the references entities.
|
long |
findHistoryJobCountByQueryCriteria(HistoryJobQueryImpl jobQuery)
Same as
findHistoryJobsByQueryCriteria(HistoryJobQueryImpl), but only returns a count and not the instances itself. |
List<HistoryJob> |
findHistoryJobsByQueryCriteria(HistoryJobQueryImpl jobQuery)
Executes a
HistoryJobQueryImpl and returns the matching HistoryJobEntity instances. |
bulkUpdateJobLockWithoutRevisionCheck, findExpiredJobs, findJobsByExecutionId, findJobsByProcessInstanceId, findJobsToExecute, findJobsToExecuteAndLockInBulk, resetExpiredJob, updateJobTenantIdForDeploymentList<HistoryJob> findHistoryJobsByQueryCriteria(HistoryJobQueryImpl jobQuery)
HistoryJobQueryImpl and returns the matching HistoryJobEntity instances.long findHistoryJobCountByQueryCriteria(HistoryJobQueryImpl jobQuery)
findHistoryJobsByQueryCriteria(HistoryJobQueryImpl), but only returns a count and not the instances itself.void deleteNoCascade(HistoryJobEntity historyJobEntity)
Copyright © 2021 Flowable. All rights reserved.