Package fr.becpg.repo.report.entity
Class EntityReportJob
java.lang.Object
org.springframework.scheduling.quartz.QuartzJobBean
org.alfresco.schedule.AbstractScheduledLockedJob
fr.becpg.repo.report.entity.EntityReportJob
- All Implemented Interfaces:
org.quartz.Job
@PersistJobDataAfterExecution
@DisallowConcurrentExecution
public class EntityReportJob
extends org.alfresco.schedule.AbstractScheduledLockedJob
implements org.quartz.Job
EntityReportJob class.
- Version:
- $Id: $Id
- Author:
- valentin
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecuteJob(org.quartz.JobExecutionContext context) private intgeneratePendingReports(org.alfresco.service.cmr.repository.NodeService nodeService, EntityVersionService entityVersionService, EntityReportService entityReportService, BatchQueueService batchQueueService, BatchPriority priority, int maxResults) Methods inherited from class org.alfresco.schedule.AbstractScheduledLockedJob
executeInternalMethods inherited from class org.springframework.scheduling.quartz.QuartzJobBean
executeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.quartz.Job
execute
-
Field Details
-
MAX_RESULTS
private static final int MAX_RESULTS- See Also:
-
-
Constructor Details
-
EntityReportJob
public EntityReportJob()Constructor for EntityReportJob.
-
-
Method Details
-
executeJob
public void executeJob(org.quartz.JobExecutionContext context) throws org.quartz.JobExecutionException - Specified by:
executeJobin classorg.alfresco.schedule.AbstractScheduledLockedJob- Throws:
org.quartz.JobExecutionException
-
generatePendingReports
private int generatePendingReports(org.alfresco.service.cmr.repository.NodeService nodeService, EntityVersionService entityVersionService, EntityReportService entityReportService, BatchQueueService batchQueueService, BatchPriority priority, int maxResults)
-