Class PostCleaner

java.lang.Object
org.alfresco.repo.activities.post.cleanup.PostCleaner

public class PostCleaner extends Object
Thr post cleaner component is responsible for purging 'obsolete' activity posts
  • Constructor Details

    • PostCleaner

      public PostCleaner()
  • Method Details

    • setPostDAO

      public void setPostDAO(ActivityPostDAO postDAO)
    • setMaxAgeMins

      public void setMaxAgeMins(int mins)
    • setJobLockService

      public void setJobLockService(JobLockService jobLockService)
    • init

      public void init()
    • execute

      public void execute() throws org.quartz.JobExecutionException
      Throws:
      org.quartz.JobExecutionException
    • executeWithLock

      public void executeWithLock() throws org.quartz.JobExecutionException
      Throws:
      org.quartz.JobExecutionException