public class MybatisSuspendedJobDataManager extends AbstractDataManager<SuspendedJobEntity> implements SuspendedJobDataManager
| Modifier and Type | Field and Description |
|---|---|
protected JobServiceConfiguration |
jobServiceConfiguration |
protected SingleCachedEntityMatcher<SuspendedJobEntity> |
suspendedJobByCorrelationIdMatcher |
protected CachedEntityMatcher<SuspendedJobEntity> |
suspendedJobsByExecutionIdMatcher |
MAX_ENTRIES_IN_CLAUSE| Constructor and Description |
|---|
MybatisSuspendedJobDataManager(JobServiceConfiguration jobServiceConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
SuspendedJobEntity |
create() |
SuspendedJobEntity |
findJobByCorrelationId(String correlationId) |
long |
findJobCountByQueryCriteria(SuspendedJobQueryImpl jobQuery) |
List<SuspendedJobEntity> |
findJobsByExecutionId(String executionId) |
List<SuspendedJobEntity> |
findJobsByProcessInstanceId(String processInstanceId) |
List<Job> |
findJobsByQueryCriteria(SuspendedJobQueryImpl jobQuery) |
protected IdGenerator |
getIdGenerator() |
Class<? extends SuspendedJobEntity> |
getManagedEntityClass() |
void |
updateJobTenantIdForDeployment(String deploymentId,
String newTenantId) |
bulkDelete, bulkDeleteEntities, bulkUpdateEntities, createSafeInValuesList, delete, delete, deleteCachedEntities, deleteCachedEntities, executeChangeWithInClause, findById, findByQuery, getCommandContext, getDbSqlSession, getEntity, getEntityCache, getList, getList, getList, getList, getList, getListFromCache, getListFromCache, getManagedEntitySubClasses, getSession, insert, isEntityInserted, updateprotected CachedEntityMatcher<SuspendedJobEntity> suspendedJobsByExecutionIdMatcher
protected SingleCachedEntityMatcher<SuspendedJobEntity> suspendedJobByCorrelationIdMatcher
protected JobServiceConfiguration jobServiceConfiguration
public MybatisSuspendedJobDataManager(JobServiceConfiguration jobServiceConfiguration)
public Class<? extends SuspendedJobEntity> getManagedEntityClass()
getManagedEntityClass in class AbstractDataManager<SuspendedJobEntity>public SuspendedJobEntity create()
create in interface DataManager<SuspendedJobEntity>public SuspendedJobEntity findJobByCorrelationId(String correlationId)
findJobByCorrelationId in interface SuspendedJobDataManagerpublic List<Job> findJobsByQueryCriteria(SuspendedJobQueryImpl jobQuery)
findJobsByQueryCriteria in interface SuspendedJobDataManagerpublic long findJobCountByQueryCriteria(SuspendedJobQueryImpl jobQuery)
findJobCountByQueryCriteria in interface SuspendedJobDataManagerpublic List<SuspendedJobEntity> findJobsByExecutionId(String executionId)
findJobsByExecutionId in interface SuspendedJobDataManagerpublic List<SuspendedJobEntity> findJobsByProcessInstanceId(String processInstanceId)
findJobsByProcessInstanceId in interface SuspendedJobDataManagerpublic void updateJobTenantIdForDeployment(String deploymentId, String newTenantId)
updateJobTenantIdForDeployment in interface SuspendedJobDataManagerprotected IdGenerator getIdGenerator()
getIdGenerator in class AbstractDataManager<SuspendedJobEntity>Copyright © 2021 Flowable. All rights reserved.