public class MybatisDeadLetterJobDataManager extends AbstractDataManager<DeadLetterJobEntity> implements DeadLetterJobDataManager
| Modifier and Type | Field and Description |
|---|---|
protected CachedEntityMatcher<DeadLetterJobEntity> |
deadLetterByExecutionIdMatcher |
processEngineConfiguration| Constructor and Description |
|---|
MybatisDeadLetterJobDataManager(ProcessEngineConfigurationImpl processEngineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
DeadLetterJobEntity |
create() |
void |
delete(DeadLetterJobEntity entity) |
long |
findJobCountByQueryCriteria(DeadLetterJobQueryImpl jobQuery) |
List<DeadLetterJobEntity> |
findJobsByExecutionId(String executionId) |
List<Job> |
findJobsByQueryCriteria(DeadLetterJobQueryImpl jobQuery,
Page page) |
Class<? extends DeadLetterJobEntity> |
getManagedEntityClass() |
void |
updateJobTenantIdForDeployment(String deploymentId,
String newTenantId) |
delete, findById, getDbSqlSession, getEntity, getEntityCache, getList, getListFromCache, getManagedEntitySubClasses, insert, updategetAsyncExecutor, getAttachmentEntityManager, getByteArrayEntityManager, getClock, getCommandContext, getCommandExecutor, getCommentEntityManager, getDeadLetterJobEntityManager, getDeploymentEntityManager, getEventDispatcher, getEventSubscriptionEntityManager, getExecutionEntityManager, getHistoricActivityInstanceEntityManager, getHistoricDetailEntityManager, getHistoricIdentityLinkEntityManager, getHistoricProcessInstanceEntityManager, getHistoricTaskInstanceEntityManager, getHistoricVariableInstanceEntityManager, getHistoryManager, getIdentityLinkEntityManager, getJobEntityManager, getJobManager, getModelEntityManager, getProcessDefinitionEntityManager, getProcessDefinitionInfoEntityManager, getProcessEngineConfiguration, getResourceEntityManager, getSession, getSuspendedJobEntityManager, getTaskEntityManager, getTimerJobEntityManager, getVariableInstanceEntityManagerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdelete, findById, insert, updateprotected CachedEntityMatcher<DeadLetterJobEntity> deadLetterByExecutionIdMatcher
public MybatisDeadLetterJobDataManager(ProcessEngineConfigurationImpl processEngineConfiguration)
public Class<? extends DeadLetterJobEntity> getManagedEntityClass()
getManagedEntityClass in class AbstractDataManager<DeadLetterJobEntity>public DeadLetterJobEntity create()
create in interface DataManager<DeadLetterJobEntity>public void delete(DeadLetterJobEntity entity)
delete in interface DataManager<DeadLetterJobEntity>delete in class AbstractDataManager<DeadLetterJobEntity>public List<Job> findJobsByQueryCriteria(DeadLetterJobQueryImpl jobQuery, Page page)
findJobsByQueryCriteria in interface DeadLetterJobDataManagerpublic long findJobCountByQueryCriteria(DeadLetterJobQueryImpl jobQuery)
findJobCountByQueryCriteria in interface DeadLetterJobDataManagerpublic List<DeadLetterJobEntity> findJobsByExecutionId(String executionId)
findJobsByExecutionId in interface DeadLetterJobDataManagerpublic void updateJobTenantIdForDeployment(String deploymentId, String newTenantId)
updateJobTenantIdForDeployment in interface DeadLetterJobDataManagerCopyright © 2010–2018 Alfresco. All rights reserved.