mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
MOB-647 - activity feed cleaner improvement (now supports maxFeedSize in addition to maxAgeMins)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@14119 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -37,6 +37,12 @@ public interface ActivityFeedDAO extends ActivitiesDAO
|
||||
|
||||
public int deleteFeedEntries(Date keepDate) throws SQLException;
|
||||
|
||||
public int deleteUserFeedEntries(String feedUserId, String format, Date keepDate) throws SQLException;
|
||||
|
||||
public int deleteSiteFeedEntries(String siteId, String format, Date keepDate) throws SQLException;
|
||||
|
||||
public List<ActivityFeedEntity> selectFeedsToClean(int maxFeedSize) throws SQLException;
|
||||
|
||||
public List<ActivityFeedEntity> selectUserFeedEntries(String feedUserId, String format, String siteId, boolean excludeThisUser, boolean excludeOtherUsers) throws SQLException;
|
||||
|
||||
public List<ActivityFeedEntity> selectSiteFeedEntries(String siteUserId, String format) throws SQLException;
|
||||
|
Reference in New Issue
Block a user