public interface DeadLetterJobEntityManager extends EntityManager<DeadLetterJobEntity>
| Modifier and Type | Method and Description |
|---|---|
long |
findJobCountByQueryCriteria(DeadLetterJobQueryImpl jobQuery)
Same as
findJobsByQueryCriteria(DeadLetterJobQueryImpl, Page), but only returns a count
and not the instances itself. |
List<DeadLetterJobEntity> |
findJobsByExecutionId(String id)
Returns all
DeadLetterJobEntity instances related to on ExecutionEntity. |
List<Job> |
findJobsByQueryCriteria(DeadLetterJobQueryImpl jobQuery,
Page page)
Executes a
JobQueryImpl and returns the matching DeadLetterJobEntity instances. |
void |
updateJobTenantIdForDeployment(String deploymentId,
String newTenantId)
Changes the tenantId for all jobs related to a given
DeploymentEntity. |
List<DeadLetterJobEntity> findJobsByExecutionId(String id)
DeadLetterJobEntity instances related to on ExecutionEntity.List<Job> findJobsByQueryCriteria(DeadLetterJobQueryImpl jobQuery, Page page)
JobQueryImpl and returns the matching DeadLetterJobEntity instances.long findJobCountByQueryCriteria(DeadLetterJobQueryImpl jobQuery)
findJobsByQueryCriteria(DeadLetterJobQueryImpl, 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.