Interface SuspendedJobEntityManager
- All Superinterfaces:
EntityManager<SuspendedJobEntity>
- All Known Implementing Classes:
SuspendedJobEntityManagerImpl
- Author:
- Tijs Rademakers
-
Method Summary
Modifier and TypeMethodDescriptionfindJobByCorrelationId(String correlationId) Find the suspended job with the given correlation id.longSame asfindJobsByQueryCriteria(SuspendedJobQueryImpl), but only returns a count and not the instances itself.Returns allSuspendedJobEntityinstances related to an execution id.Returns allSuspendedJobEntityinstances related to an execution id.findJobsByQueryCriteria(SuspendedJobQueryImpl jobQuery) Executes aJobQueryImpland returns the matchingSuspendedJobEntityinstances.voidupdateJobTenantIdForDeployment(String deploymentId, String newTenantId) Changes the tenantId for all jobs related to a given deployment id.
-
Method Details
-
findJobByCorrelationId
Find the suspended job with the given correlation id. -
findJobsByExecutionId
Returns allSuspendedJobEntityinstances related to an execution id. -
findJobsByProcessInstanceId
Returns allSuspendedJobEntityinstances related to an execution id. -
findJobsByQueryCriteria
Executes aJobQueryImpland returns the matchingSuspendedJobEntityinstances. -
findJobCountByQueryCriteria
Same asfindJobsByQueryCriteria(SuspendedJobQueryImpl), but only returns a count and not the instances itself. -
updateJobTenantIdForDeployment
Changes the tenantId for all jobs related to a given deployment id.
-