public class HistoryJobEntityManagerImpl extends JobInfoEntityManagerImpl<HistoryJobEntity> implements HistoryJobEntityManager
| Modifier and Type | Field and Description |
|---|---|
protected HistoryJobDataManager |
historyJobDataManager |
jobDataManagerjobServiceConfiguration| Constructor and Description |
|---|
HistoryJobEntityManagerImpl(JobServiceConfiguration jobServiceConfiguration,
HistoryJobDataManager historyJobDataManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(HistoryJobEntity jobEntity) |
void |
deleteNoCascade(HistoryJobEntity historyJobEntity)
The default delete method will cascade to the references entities.
|
long |
findHistoryJobCountByQueryCriteria(HistoryJobQueryImpl jobQuery)
Same as
HistoryJobEntityManager.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. |
protected DataManager<HistoryJobEntity> |
getDataManager() |
HistoryJobDataManager |
getHistoryJobDataManager() |
void |
setHistoryJobDataManager(HistoryJobDataManager historyJobDataManager) |
findExpiredJobs, findJobsByExecutionId, findJobsByProcessInstanceId, findJobsToExecute, getJobDataManager, resetExpiredJob, setJobDataManager, updateJobTenantIdForDeploymentcreate, delete, delete, deleteByteArrayRef, findById, insert, insert, update, updategetClock, getCommandContext, getEventDispatcher, getJobServiceConfiguration, getSessionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfindExpiredJobs, findJobsByExecutionId, findJobsByProcessInstanceId, findJobsToExecute, resetExpiredJob, updateJobTenantIdForDeploymentprotected HistoryJobDataManager historyJobDataManager
public HistoryJobEntityManagerImpl(JobServiceConfiguration jobServiceConfiguration, HistoryJobDataManager historyJobDataManager)
protected DataManager<HistoryJobEntity> getDataManager()
getDataManager in class JobInfoEntityManagerImpl<HistoryJobEntity>public List<HistoryJob> findHistoryJobsByQueryCriteria(HistoryJobQueryImpl jobQuery)
HistoryJobEntityManagerHistoryJobQueryImpl and returns the matching HistoryJobEntity instances.findHistoryJobsByQueryCriteria in interface HistoryJobEntityManagerpublic long findHistoryJobCountByQueryCriteria(HistoryJobQueryImpl jobQuery)
HistoryJobEntityManagerHistoryJobEntityManager.findHistoryJobsByQueryCriteria(HistoryJobQueryImpl), but only returns a count and not the instances itself.findHistoryJobCountByQueryCriteria in interface HistoryJobEntityManagerpublic void delete(HistoryJobEntity jobEntity)
delete in interface EntityManager<HistoryJobEntity>delete in class AbstractEntityManager<HistoryJobEntity>public void deleteNoCascade(HistoryJobEntity historyJobEntity)
HistoryJobEntityManagerdeleteNoCascade in interface HistoryJobEntityManagerpublic HistoryJobDataManager getHistoryJobDataManager()
public void setHistoryJobDataManager(HistoryJobDataManager historyJobDataManager)
Copyright © 2018 Flowable. All rights reserved.