org.alfresco.repo.activities.feed.cleanup
Class FeedCleaner

java.lang.Object
  extended by org.alfresco.repo.activities.feed.cleanup.FeedCleaner

public class FeedCleaner
extends java.lang.Object

The feed cleaner component is responsible for purging 'obsolete' activity feed entries


Constructor Summary
FeedCleaner()
           
 
Method Summary
 int execute()
           
 void setFeedDAO(ActivityFeedDAO feedDAO)
           
 void setMaxAgeMins(int mins)
           
 void setMaxFeedSize(int size)
           
 void setSiteService(SiteService siteService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeedCleaner

public FeedCleaner()
Method Detail

setFeedDAO

public void setFeedDAO(ActivityFeedDAO feedDAO)

setSiteService

public void setSiteService(SiteService siteService)

setMaxAgeMins

public void setMaxAgeMins(int mins)

setMaxFeedSize

public void setMaxFeedSize(int size)

execute

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


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