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 Details

  • Constructor Details

    • EntityReportJob

      public EntityReportJob()

      Constructor for EntityReportJob.

  • Method Details

    • executeJob

      public void executeJob(org.quartz.JobExecutionContext context) throws org.quartz.JobExecutionException
      Specified by:
      executeJob in class org.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)