org.alfresco.repo.activities.feed.local
Class LocalFeedGenerator

java.lang.Object
  extended by org.alfresco.repo.activities.feed.AbstractFeedGenerator
      extended by org.alfresco.repo.activities.feed.local.LocalFeedGenerator
All Implemented Interfaces:
FeedGenerator

public class LocalFeedGenerator
extends AbstractFeedGenerator

The local (ie. not grid) feed generator component is responsible for generating feed entries


Constructor Summary
LocalFeedGenerator()
           
 
Method Summary
protected  boolean generate()
           
 int getEstimatedGridSize()
           
 void init()
           
 void setFeedTaskProcessor(FeedTaskProcessor feedTaskProcessor)
           
 
Methods inherited from class org.alfresco.repo.activities.feed.AbstractFeedGenerator
execute, getAuthenticationService, getMaxItemsPerCycle, getPostDaoService, getWebScriptsCtx, isActive, setActivityPostServiceImpl, setAuthenticationService, setJobLockService, setMaxItemsPerCycle, setPostDAO, setRepoEndPoint, setUserNamesAreCaseSensitive
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalFeedGenerator

public LocalFeedGenerator()
Method Detail

setFeedTaskProcessor

public void setFeedTaskProcessor(FeedTaskProcessor feedTaskProcessor)

getEstimatedGridSize

public int getEstimatedGridSize()
Specified by:
getEstimatedGridSize in interface FeedGenerator
Specified by:
getEstimatedGridSize in class AbstractFeedGenerator

init

public void init()
          throws java.lang.Exception
Overrides:
init in class AbstractFeedGenerator
Throws:
java.lang.Exception

generate

protected boolean generate()
                    throws java.lang.Exception
Specified by:
generate in class AbstractFeedGenerator
Throws:
java.lang.Exception


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