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 Summary

    Fields
    Modifier and Type
    Field
    Description
    private static final String
    Constant KEY_NOTIFICATION_RULE_SERVICE="notificationRuleService"
    private static final String
    Constant KEY_TENANT_ADMIN_SERVICE="tenantAdminService"
    private static final String
    Constant KEY_TRANSACTION_SERVICE="transactionService"
    private static final org.apache.commons.logging.Log
    Constant logger
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    executeJob(org.quartz.JobExecutionContext context)

    Methods inherited from class org.alfresco.schedule.AbstractScheduledLockedJob

    executeInternal

    Methods inherited from class org.springframework.scheduling.quartz.QuartzJobBean

    execute

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.quartz.Job

    execute
  • Field Details

    • logger

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

      private static final String KEY_NOTIFICATION_RULE_SERVICE
      Constant KEY_NOTIFICATION_RULE_SERVICE="notificationRuleService"
      See Also:
    • KEY_TENANT_ADMIN_SERVICE

      private static final String KEY_TENANT_ADMIN_SERVICE
      Constant KEY_TENANT_ADMIN_SERVICE="tenantAdminService"
      See Also:
    • KEY_TRANSACTION_SERVICE

      private static final String KEY_TRANSACTION_SERVICE
      Constant KEY_TRANSACTION_SERVICE="transactionService"
      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