public abstract class AbstractFeedGenerator extends Object implements FeedGenerator
Constructor and Description |
---|
AbstractFeedGenerator() |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
protected abstract boolean |
generate() |
AuthenticationService |
getAuthenticationService() |
abstract int |
getEstimatedGridSize() |
int |
getMaxItemsPerCycle() |
ActivityPostDAO |
getPostDaoService() |
TransactionService |
getTransactionService() |
RepoCtx |
getWebScriptsCtx() |
void |
init() |
void |
setActivityPostServiceImpl(ActivityPostServiceImpl activityPostServiceImpl) |
void |
setAuthenticationService(AuthenticationService authenticationService) |
void |
setJobLockService(JobLockService jobLockService) |
void |
setMaxItemsPerCycle(int maxItemsPerCycle) |
void |
setPostDAO(ActivityPostDAO postDAO) |
void |
setRepoEndPoint(String repoEndPoint) |
void |
setSysAdminParams(SysAdminParams sysAdminParams) |
void |
setTransactionService(TransactionService transactionService) |
void |
setUserNamesAreCaseSensitive(boolean userNamesAreCaseSensitive) |
public void setActivityPostServiceImpl(ActivityPostServiceImpl activityPostServiceImpl)
public void setPostDAO(ActivityPostDAO postDAO)
public void setAuthenticationService(AuthenticationService authenticationService)
public void setRepoEndPoint(String repoEndPoint)
public void setUserNamesAreCaseSensitive(boolean userNamesAreCaseSensitive)
public void setMaxItemsPerCycle(int maxItemsPerCycle)
public int getMaxItemsPerCycle()
public ActivityPostDAO getPostDaoService()
public AuthenticationService getAuthenticationService()
public void setJobLockService(JobLockService jobLockService)
public void setSysAdminParams(SysAdminParams sysAdminParams)
public TransactionService getTransactionService()
public void setTransactionService(TransactionService transactionService)
public RepoCtx getWebScriptsCtx()
public abstract int getEstimatedGridSize()
getEstimatedGridSize
in interface FeedGenerator
public void execute() throws org.quartz.JobExecutionException
execute
in interface FeedGenerator
org.quartz.JobExecutionException
Copyright © 2005–2017 Alfresco Software. All rights reserved.