public class DeadLetterJobEntityManager extends AbstractManager
| Constructor and Description |
|---|
DeadLetterJobEntityManager() |
| Modifier and Type | Method and Description |
|---|---|
long |
findDeadLetterJobCountByQueryCriteria(JobQueryImpl jobQuery) |
List<DeadLetterJobEntity> |
findDeadLetterJobsByDuedate(Date duedate,
Page page) |
List<DeadLetterJobEntity> |
findDeadLetterJobsByExecutionId(String executionId) |
List<org.flowable.job.api.Job> |
findDeadLetterJobsByTypeAndProcessDefinitionId(String jobHandlerType,
String processDefinitionId) |
List<org.flowable.job.api.Job> |
findDeadLetterJobsByTypeAndProcessDefinitionKeyAndTenantId(String jobHandlerType,
String processDefinitionKey,
String tenantId) |
List<org.flowable.job.api.Job> |
findDeadLetterJobsByTypeAndProcessDefinitionKeyNoTenantId(String jobHandlerType,
String processDefinitionKey) |
DeadLetterJobEntity |
findJobById(String jobId) |
List<org.flowable.job.api.Job> |
findJobsByQueryCriteria(JobQueryImpl jobQuery,
Page page) |
void |
updateDeadLetterJobTenantIdForDeployment(String deploymentId,
String newTenantId) |
close, delete, flush, getAttachmentManager, getByteArrayManager, getDbSqlSession, getDeploymentManager, getEventSubscriptionManager, getHistoricActivityInstanceManager, getHistoricDetailManager, getHistoricIdentityLinkEntityManager, getHistoricProcessInstanceManager, getHistoricTaskInstanceManager, getHistoricVariableInstanceManager, getHistoryManager, getIdentityLinkManager, getModelManager, getProcessDefinitionInfoManager, getProcessDefinitionManager, getProcessEngineConfiguration, getProcessInstanceManager, getResourceManager, getSession, getTaskManager, getVariableInstanceManager, insertpublic DeadLetterJobEntity findJobById(String jobId)
public List<DeadLetterJobEntity> findDeadLetterJobsByDuedate(Date duedate, Page page)
public List<DeadLetterJobEntity> findDeadLetterJobsByExecutionId(String executionId)
public List<org.flowable.job.api.Job> findJobsByQueryCriteria(JobQueryImpl jobQuery, Page page)
public List<org.flowable.job.api.Job> findDeadLetterJobsByTypeAndProcessDefinitionKeyNoTenantId(String jobHandlerType, String processDefinitionKey)
public List<org.flowable.job.api.Job> findDeadLetterJobsByTypeAndProcessDefinitionKeyAndTenantId(String jobHandlerType, String processDefinitionKey, String tenantId)
public List<org.flowable.job.api.Job> findDeadLetterJobsByTypeAndProcessDefinitionId(String jobHandlerType, String processDefinitionId)
public long findDeadLetterJobCountByQueryCriteria(JobQueryImpl jobQuery)
Copyright © 2018 Flowable. All rights reserved.