public class MybatisDeadLetterJobDataManager extends AbstractDataManager<DeadLetterJobEntity> implements DeadLetterJobDataManager
| Modifier and Type | Field and Description |
|---|---|
protected SingleCachedEntityMatcher<DeadLetterJobEntity> |
deadLetterByCorrelationIdMatcher |
protected CachedEntityMatcher<DeadLetterJobEntity> |
deadLetterByExecutionIdMatcher |
protected JobServiceConfiguration |
jobServiceConfiguration |
MAX_ENTRIES_IN_CLAUSE| Constructor and Description |
|---|
MybatisDeadLetterJobDataManager(JobServiceConfiguration jobServiceConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
DeadLetterJobEntity |
create() |
DeadLetterJobEntity |
findJobByCorrelationId(String correlationId) |
long |
findJobCountByQueryCriteria(DeadLetterJobQueryImpl jobQuery) |
List<DeadLetterJobEntity> |
findJobsByExecutionId(String executionId) |
List<DeadLetterJobEntity> |
findJobsByProcessInstanceId(String processInstanceId) |
List<Job> |
findJobsByQueryCriteria(DeadLetterJobQueryImpl jobQuery) |
protected IdGenerator |
getIdGenerator() |
Class<? extends DeadLetterJobEntity> |
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<DeadLetterJobEntity> deadLetterByExecutionIdMatcher
protected SingleCachedEntityMatcher<DeadLetterJobEntity> deadLetterByCorrelationIdMatcher
protected JobServiceConfiguration jobServiceConfiguration
public MybatisDeadLetterJobDataManager(JobServiceConfiguration jobServiceConfiguration)
public Class<? extends DeadLetterJobEntity> getManagedEntityClass()
getManagedEntityClass in class AbstractDataManager<DeadLetterJobEntity>public DeadLetterJobEntity create()
create in interface DataManager<DeadLetterJobEntity>public DeadLetterJobEntity findJobByCorrelationId(String correlationId)
findJobByCorrelationId in interface DeadLetterJobDataManagerpublic List<Job> findJobsByQueryCriteria(DeadLetterJobQueryImpl jobQuery)
findJobsByQueryCriteria in interface DeadLetterJobDataManagerpublic long findJobCountByQueryCriteria(DeadLetterJobQueryImpl jobQuery)
findJobCountByQueryCriteria in interface DeadLetterJobDataManagerpublic List<DeadLetterJobEntity> findJobsByExecutionId(String executionId)
findJobsByExecutionId in interface DeadLetterJobDataManagerpublic List<DeadLetterJobEntity> findJobsByProcessInstanceId(String processInstanceId)
findJobsByProcessInstanceId in interface DeadLetterJobDataManagerpublic void updateJobTenantIdForDeployment(String deploymentId, String newTenantId)
updateJobTenantIdForDeployment in interface DeadLetterJobDataManagerprotected IdGenerator getIdGenerator()
getIdGenerator in class AbstractDataManager<DeadLetterJobEntity>Copyright © 2021 Flowable. All rights reserved.