org.alfresco.repo.activities.post.cleanup
Class PostCleaner

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

public class PostCleaner
extends java.lang.Object

Thr post cleaner component is responsible for purging 'obsolete' activity posts


Constructor Summary
PostCleaner()
           
 
Method Summary
 void execute()
           
 void setMaxAgeMins(int mins)
           
 void setPostDAO(ActivityPostDAO postDAO)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostCleaner

public PostCleaner()
Method Detail

setPostDAO

public void setPostDAO(ActivityPostDAO postDAO)

setMaxAgeMins

public void setMaxAgeMins(int mins)

execute

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


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.