Class PostCleanupJob

java.lang.Object
org.alfresco.repo.activities.post.cleanup.PostCleanupJob
All Implemented Interfaces:
org.quartz.Job

public class PostCleanupJob extends Object implements org.quartz.Job
Executes scheduled post cleaner quartz-job - refer to scheduled-jobs-context.xml
  • Constructor Details

    • PostCleanupJob

      public PostCleanupJob()
  • Method Details

    • execute

      public void execute(org.quartz.JobExecutionContext context) throws org.quartz.JobExecutionException
      Calls the post cleaner to do its work
      Specified by:
      execute in interface org.quartz.Job
      Throws:
      org.quartz.JobExecutionException