public interface SuspendedJobEntityManager extends EntityManager<SuspendedJobEntity>
| Modifier and Type | Method and Description |
|---|---|
long |
findJobCountByQueryCriteria(SuspendedJobQueryImpl jobQuery)
Same as
findJobsByQueryCriteria(SuspendedJobQueryImpl, Page), but only returns a count
and not the instances itself. |
List<SuspendedJobEntity> |
findJobsByExecutionId(String id)
Returns all
SuspendedJobEntity instances related to on ExecutionEntity. |
List<SuspendedJobEntity> |
findJobsByProcessInstanceId(String id)
Returns all
SuspendedJobEntity instances related to on ExecutionEntity. |
List<Job> |
findJobsByQueryCriteria(SuspendedJobQueryImpl jobQuery,
Page page)
Executes a
JobQueryImpl and returns the matching SuspendedJobEntity instances. |
void |
updateJobTenantIdForDeployment(String deploymentId,
String newTenantId)
Changes the tenantId for all jobs related to a given
DeploymentEntity. |
List<SuspendedJobEntity> findJobsByExecutionId(String id)
SuspendedJobEntity instances related to on ExecutionEntity.List<SuspendedJobEntity> findJobsByProcessInstanceId(String id)
SuspendedJobEntity instances related to on ExecutionEntity.List<Job> findJobsByQueryCriteria(SuspendedJobQueryImpl jobQuery, Page page)
JobQueryImpl and returns the matching SuspendedJobEntity instances.long findJobCountByQueryCriteria(SuspendedJobQueryImpl jobQuery)
findJobsByQueryCriteria(SuspendedJobQueryImpl, Page), but only returns a count
and not the instances itself.void updateJobTenantIdForDeployment(String deploymentId, String newTenantId)
DeploymentEntity.Copyright © 2010–2018 Alfresco. All rights reserved.