public class HistoryJobEntityManagerImpl extends JobInfoEntityManagerImpl<HistoryJobEntity,HistoryJobDataManager> implements HistoryJobEntityManager
serviceConfigurationdataManager| 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. |
findExpiredJobs, findJobsByExecutionId, findJobsByProcessInstanceId, findJobsToExecute, resetExpiredJob, updateJobTenantIdForDeploymentcreateEntityEvent, deleteByteArrayRefgetClock, getEventDispatcher, getServiceConfigurationcreate, delete, delete, findById, fireEntityDeletedEvent, fireEntityInsertedEvent, fireEntityUpdatedEvent, getDataManager, insert, insert, setDataManager, update, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfindExpiredJobs, findJobsByExecutionId, findJobsByProcessInstanceId, findJobsToExecute, resetExpiredJob, updateJobTenantIdForDeploymentpublic HistoryJobEntityManagerImpl(JobServiceConfiguration jobServiceConfiguration, HistoryJobDataManager historyJobDataManager)
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,HistoryJobDataManager>public void deleteNoCascade(HistoryJobEntity historyJobEntity)
HistoryJobEntityManagerdeleteNoCascade in interface HistoryJobEntityManagerCopyright © 2020 Flowable. All rights reserved.