mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Point checkin.
Augmented AVMRemote to expose lookup that can fetch deleted nodes. Minor fixup to excluder regex in avm-services-context.xml. Added excluder to LinkValidationServiceImpl. Prep to walk difference using SyncService (getting ready for incremental update of link validation tables). git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5898 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -66,12 +66,12 @@ public interface LinkValidationService
|
||||
* 'status' may be polled in a separate thread to
|
||||
* observe its progress.
|
||||
*/
|
||||
public void updateHrefInfo( String storeNameOrWebappPath,
|
||||
boolean incremental,
|
||||
int connectTimeout,
|
||||
int readTimeout,
|
||||
int nthreads,
|
||||
UpdateHrefInfoStatus status
|
||||
public void updateHrefInfo( String storeNameOrWebappPath,
|
||||
boolean incremental,
|
||||
int connectTimeout,
|
||||
int readTimeout,
|
||||
int nthreads,
|
||||
HrefValidationProgress progress
|
||||
)
|
||||
throws AVMNotFoundException;
|
||||
|
||||
@@ -208,9 +208,11 @@ public interface LinkValidationService
|
||||
* Don't use yet - does nothing at the moment.
|
||||
*/
|
||||
public BrokenHrefConcordanceDifference getBrokenHrefConcordanceDifference(
|
||||
int srcVersion, String srcPath,
|
||||
int dstVersion, String dstPath,
|
||||
NameMatcher excluder)
|
||||
int srcVersion,
|
||||
String srcPath,
|
||||
int dstVersion,
|
||||
String dstPath,
|
||||
HrefValidationProgress progress)
|
||||
throws AVMNotFoundException;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user