public class MybatisHistoryJobDataManager extends AbstractDataManager<HistoryJobEntity> implements HistoryJobDataManager
| Modifier and Type | Field and Description |
|---|---|
protected JobServiceConfiguration |
jobServiceConfiguration |
| Constructor and Description |
|---|
MybatisHistoryJobDataManager() |
MybatisHistoryJobDataManager(JobServiceConfiguration jobServiceConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
HistoryJobEntity |
create() |
List<HistoryJobEntity> |
findExpiredJobs(Page page) |
long |
findHistoryJobCountByQueryCriteria(HistoryJobQueryImpl jobQuery) |
List<HistoryJob> |
findHistoryJobsByQueryCriteria(HistoryJobQueryImpl jobQuery) |
List<HistoryJobEntity> |
findJobsByExecutionId(String executionId) |
List<HistoryJobEntity> |
findJobsByProcessInstanceId(String processInstanceId) |
List<HistoryJobEntity> |
findJobsToExecute(Page page) |
Class<? extends HistoryJobEntity> |
getManagedEntityClass() |
void |
resetExpiredJob(String jobId) |
void |
updateJobTenantIdForDeployment(String deploymentId,
String newTenantId) |
bulkDelete, delete, delete, deleteCachedEntities, deleteCachedEntities, findById, findByQuery, getCommandContext, getDbSqlSession, getEntity, getEntityCache, getList, getList, getList, getList, getListFromCache, getListFromCache, getManagedEntitySubClasses, getSession, insert, isEntityInserted, updateprotected JobServiceConfiguration jobServiceConfiguration
public MybatisHistoryJobDataManager()
public MybatisHistoryJobDataManager(JobServiceConfiguration jobServiceConfiguration)
public Class<? extends HistoryJobEntity> getManagedEntityClass()
getManagedEntityClass in class AbstractDataManager<HistoryJobEntity>public HistoryJobEntity create()
create in interface DataManager<HistoryJobEntity>public List<HistoryJobEntity> findJobsToExecute(Page page)
findJobsToExecute in interface JobInfoDataManager<HistoryJobEntity>public List<HistoryJobEntity> findJobsByExecutionId(String executionId)
findJobsByExecutionId in interface JobInfoDataManager<HistoryJobEntity>public List<HistoryJobEntity> findJobsByProcessInstanceId(String processInstanceId)
findJobsByProcessInstanceId in interface JobInfoDataManager<HistoryJobEntity>public List<HistoryJobEntity> findExpiredJobs(Page page)
findExpiredJobs in interface JobInfoDataManager<HistoryJobEntity>public List<HistoryJob> findHistoryJobsByQueryCriteria(HistoryJobQueryImpl jobQuery)
findHistoryJobsByQueryCriteria in interface HistoryJobDataManagerpublic long findHistoryJobCountByQueryCriteria(HistoryJobQueryImpl jobQuery)
findHistoryJobCountByQueryCriteria in interface HistoryJobDataManagerpublic void updateJobTenantIdForDeployment(String deploymentId, String newTenantId)
updateJobTenantIdForDeployment in interface JobInfoDataManager<HistoryJobEntity>public void resetExpiredJob(String jobId)
resetExpiredJob in interface JobInfoDataManager<HistoryJobEntity>Copyright © 2020 Flowable. All rights reserved.