mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
Merged 5.1.N (5.1.1) to HEAD (5.1)
113586 tvalkevych: Merged 5.0.N (5.0.3) to 5.1.N (5.1.1) 113508 adavis: Merged V4.2-BUG-FIX (4.2.6) to 5.0.N (5.0.3) 113395 tvalkevych: Merged V4.1-BUG-FIX (4.1.11) to V4.2-BUG-FIX (4.2.6) 113371 amorarasu: Merged DEV to V4.1-BUG-FIX (4.1.11) 113345: MNT-10305: DeletedNodeCleanupWorker should be improved. - Fixed the starting time for the purge old nodes process. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@123579 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -835,6 +835,11 @@ public interface NodeDAO extends NodeBulkLoader
|
||||
*/
|
||||
public Long getMaxTxnCommitTime();
|
||||
|
||||
/**
|
||||
* @return Returns the minimum commit time for deleted nodes or <tt>null</tt> if there are no transactions
|
||||
*/
|
||||
public Long getMinTxnCommitTimeForDeletedNodes();
|
||||
|
||||
/**
|
||||
* @return Returns the minimum id or <tt>0</tt> if there are no transactions
|
||||
*/
|
||||
|
Reference in New Issue
Block a user