Class ScheduledDispositionJob

java.lang.Object
org.alfresco.module.org_alfresco_module_rm.action.ScheduledDispositionJob
All Implemented Interfaces:
org.quartz.Job

public class ScheduledDispositionJob extends Object implements org.quartz.Job
Scheduled disposition job. Automatically cuts off eligible nodes.
Author:
Roy Wetherall
  • Constructor Details

    • ScheduledDispositionJob

      public ScheduledDispositionJob()
  • Method Details

    • execute

      public void execute(org.quartz.JobExecutionContext context) throws org.quartz.JobExecutionException
      Specified by:
      execute in interface org.quartz.Job
      Throws:
      org.quartz.JobExecutionException
      See Also:
      • Job.execute(org.quartz.JobExecutionContext)