From 67b28f6d36a86b10e2063120bbb27982b44a77a3 Mon Sep 17 00:00:00 2001 From: Jon Cox Date: Sat, 2 Jun 2007 23:33:31 +0000 Subject: [PATCH] Point checkin. Added APIs for link validation of links in staging and fetching the results. Still only mocking things up by using HEAD (rather than last snapshot), not doing incremental updates yet, and ignoring the multi-threading arg to the update. However, you can poll for progress via UpdateHrefInfoStatus & the APIs for checking link status are probably usable as-is for some GUI integration work. More to come. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5834 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- config/alfresco/public-services-context.xml | 27 +++++++++------------ 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/config/alfresco/public-services-context.xml b/config/alfresco/public-services-context.xml index 379545fc92..8759cb4f50 100644 --- a/config/alfresco/public-services-context.xml +++ b/config/alfresco/public-services-context.xml @@ -990,11 +990,11 @@ - setAttribute + setAttribute setAttributes removeAttribute - addAttribute - addAttributes + addAttribute + addAttributes removeEntries @@ -1302,11 +1302,14 @@ - - - - - getBrokenHrefs + getBrokenHrefConcordance + getHrefConcordance + + getBrokenHrefManifests + getHrefManifests + + getBrokenHrefManifest + getHrefManifest @@ -1319,18 +1322,11 @@ - - - - - updateHrefInfo - -