public interface DeadLetterJobDataManager extends DataManager<DeadLetterJobEntity>
| Modifier and Type | Method and Description |
|---|---|
long |
findJobCountByQueryCriteria(DeadLetterJobQueryImpl jobQuery) |
List<DeadLetterJobEntity> |
findJobsByExecutionId(String executionId) |
List<DeadLetterJobEntity> |
findJobsByProcessInstanceId(String processInstanceId) |
List<Job> |
findJobsByQueryCriteria(DeadLetterJobQueryImpl jobQuery) |
void |
updateJobTenantIdForDeployment(String deploymentId,
String newTenantId) |
List<DeadLetterJobEntity> findJobsByExecutionId(String executionId)
List<DeadLetterJobEntity> findJobsByProcessInstanceId(String processInstanceId)
List<Job> findJobsByQueryCriteria(DeadLetterJobQueryImpl jobQuery)
long findJobCountByQueryCriteria(DeadLetterJobQueryImpl jobQuery)
Copyright © 2020 Flowable. All rights reserved.