public class MybatisDeadLetterJobDataManager extends AbstractDataManager<DeadLetterJobEntity> implements DeadLetterJobDataManager
| Modifier and Type | Field and Description |
|---|---|
protected CachedEntityMatcher<DeadLetterJobEntity> |
deadLetterByExecutionIdMatcher |
| Constructor and Description |
|---|
MybatisDeadLetterJobDataManager() |
| Modifier and Type | Method and Description |
|---|---|
DeadLetterJobEntity |
create() |
long |
findJobCountByQueryCriteria(DeadLetterJobQueryImpl jobQuery) |
List<DeadLetterJobEntity> |
findJobsByExecutionId(String executionId) |
List<DeadLetterJobEntity> |
findJobsByProcessInstanceId(String processInstanceId) |
List<Job> |
findJobsByQueryCriteria(DeadLetterJobQueryImpl jobQuery) |
Class<? extends DeadLetterJobEntity> |
getManagedEntityClass() |
void |
updateJobTenantIdForDeployment(String deploymentId,
String newTenantId) |
bulkDelete, delete, delete, deleteCachedEntities, deleteCachedEntities, findById, findByQuery, getCommandContext, getDbSqlSession, getEntity, getEntityCache, getList, getList, getList, getList, getListFromCache, getManagedEntitySubClasses, getSession, insert, isEntityInserted, updateprotected CachedEntityMatcher<DeadLetterJobEntity> deadLetterByExecutionIdMatcher
public Class<? extends DeadLetterJobEntity> getManagedEntityClass()
getManagedEntityClass in class AbstractDataManager<DeadLetterJobEntity>public DeadLetterJobEntity create()
create in interface DataManager<DeadLetterJobEntity>public 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 DeadLetterJobDataManagerCopyright © 2018 Flowable. All rights reserved.