mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Point checkin. Rough cut at href merge op (don't use it yet though).
Also included abort() method on progress object. What's left: o put incremental update in looping thread(s) to let system bootstrap from nothing o deal with store/webapp going away o deal with virt server down o Switch to using virtualized snapshot instead of HEAD in staging o testing... and lots of it git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6063 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -179,13 +179,14 @@ public interface LinkValidationService
|
||||
public List<String> getHrefsDependentUponFile(String path);
|
||||
|
||||
public HrefDifference getHrefDifference(
|
||||
String srcWebappPath,
|
||||
String dstWebappPath,
|
||||
int connectTimeout,
|
||||
int readTimeout,
|
||||
int nthreads,
|
||||
HrefValidationProgress progress
|
||||
) throws AVMNotFoundException;
|
||||
String srcWebappPath,
|
||||
String dstWebappPath,
|
||||
int connectTimeout,
|
||||
int readTimeout,
|
||||
int nthreads,
|
||||
HrefValidationProgress progress)
|
||||
throws AVMNotFoundException,
|
||||
LinkValidationAbortedException;
|
||||
|
||||
public HrefManifest getHrefManifestBrokenByDelete(HrefDifference hdiff);
|
||||
public HrefManifest getHrefManifestBrokenByNewOrMod(HrefDifference hdiff);
|
||||
|
Reference in New Issue
Block a user