Interface DeadLetterJobEntityManager
- All Superinterfaces:
EntityManager<DeadLetterJobEntity>
- All Known Implementing Classes:
DeadLetterJobEntityManagerImpl
-
Method Summary
Modifier and TypeMethodDescriptionlongSame asfindJobsByQueryCriteria(DeadLetterJobQueryImpl, Page), but only returns a count and not the instances itself.Returns allDeadLetterJobEntityinstances related to onExecutionEntity.findJobsByQueryCriteria(DeadLetterJobQueryImpl jobQuery, Page page) Executes aJobQueryImpland returns the matchingDeadLetterJobEntityinstances.voidupdateJobTenantIdForDeployment(String deploymentId, String newTenantId) Changes the tenantId for all jobs related to a givenDeploymentEntity.
-
Method Details
-
findJobsByExecutionId
Returns allDeadLetterJobEntityinstances related to onExecutionEntity. -
findJobsByQueryCriteria
Executes aJobQueryImpland returns the matchingDeadLetterJobEntityinstances. -
findJobCountByQueryCriteria
Same asfindJobsByQueryCriteria(DeadLetterJobQueryImpl, Page), but only returns a count and not the instances itself. -
updateJobTenantIdForDeployment
Changes the tenantId for all jobs related to a givenDeploymentEntity.
-