Class FixedAclUpdaterJob

  • All Implemented Interfaces:
    org.quartz.Job

    public class FixedAclUpdaterJob
    extends java.lang.Object
    implements org.quartz.Job
    Triggers setFixedAcl for those nodes with ASPECT_PENDING_FIX_ACL
    Since:
    4.2.7
    Author:
    Andreea Dragoi
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(org.quartz.JobExecutionContext context)
      Calls FixedAclUpdater to do it's work
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FixedAclUpdaterJob

        public FixedAclUpdaterJob()
    • Method Detail

      • execute

        public void execute​(org.quartz.JobExecutionContext context)
                     throws org.quartz.JobExecutionException
        Calls FixedAclUpdater to do it's work
        Specified by:
        execute in interface org.quartz.Job
        Throws:
        org.quartz.JobExecutionException