Class NotificationRuleJob

java.lang.Object
org.springframework.scheduling.quartz.QuartzJobBean
org.alfresco.schedule.AbstractScheduledLockedJob
fr.becpg.repo.notification.NotificationRuleJob
All Implemented Interfaces:
org.quartz.Job

@PersistJobDataAfterExecution @DisallowConcurrentExecution public class NotificationRuleJob extends org.alfresco.schedule.AbstractScheduledLockedJob implements org.quartz.Job

NotificationRuleJob class.

Version:
$Id: $Id
Author:
matthieu
  • Field Details

    • logger

      private static final org.apache.commons.logging.Log logger
    • KEY_NOTIFICATION_RULE_SERVICE

      private static final String KEY_NOTIFICATION_RULE_SERVICE
      See Also:
    • KEY_TENANT_ADMIN_SERVICE

      private static final String KEY_TENANT_ADMIN_SERVICE
      See Also:
    • KEY_TRANSACTION_SERVICE

      private static final String KEY_TRANSACTION_SERVICE
      See Also:
  • Constructor Details

    • NotificationRuleJob

      public NotificationRuleJob()
  • 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