Interface DeadLetterJobEntityManager
- All Superinterfaces:
EntityManager<DeadLetterJobEntity>
- All Known Implementing Classes:
DeadLetterJobEntityManagerImpl
- Author:
- Tijs Rademakers
-
Method Summary
Modifier and TypeMethodDescriptionfindJobByCorrelationId(String correlationId) Find the deadletter job with the given correlation id.longSame asfindJobsByQueryCriteria(DeadLetterJobQueryImpl), but only returns a count and not the instances itself.Returns allDeadLetterJobEntityinstances related to an execution id.Returns allDeadLetterJobEntityinstances related to a process instanceExecutes aJobQueryImpland returns the matchingDeadLetterJobEntityinstances.voidupdateJobTenantIdForDeployment(String deploymentId, String newTenantId) Changes the tenantId for all jobs related to a given deployment id.
-
Method Details
-
findJobByCorrelationId
Find the deadletter job with the given correlation id. -
findJobsByExecutionId
Returns allDeadLetterJobEntityinstances related to an execution id. -
findJobsByProcessInstanceId
Returns allDeadLetterJobEntityinstances related to a process instance -
findJobsByQueryCriteria
Executes aJobQueryImpland returns the matchingDeadLetterJobEntityinstances. -
findJobCountByQueryCriteria
Same asfindJobsByQueryCriteria(DeadLetterJobQueryImpl), but only returns a count and not the instances itself. -
updateJobTenantIdForDeployment
Changes the tenantId for all jobs related to a given deployment id.
-