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