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
This commit is contained in:
Jon Cox
2007-06-02 23:33:31 +00:00
parent 1b13a0a636
commit 67b28f6d36

View File

@@ -990,11 +990,11 @@
</property> </property>
<property name="mappedNames"> <property name="mappedNames">
<list> <list>
<value>setAttribute</value> <value>setAttribute</value>
<value>setAttributes</value> <value>setAttributes</value>
<value>removeAttribute</value> <value>removeAttribute</value>
<value>addAttribute</value> <value>addAttribute</value>
<value>addAttributes</value> <value>addAttributes</value>
<value>removeEntries</value> <value>removeEntries</value>
</list> </list>
</property> </property>
@@ -1302,11 +1302,14 @@
</property> </property>
<property name="mappedNames"> <property name="mappedNames">
<list> <list>
<!-- Takes a value to a collection of webapps --> <value>getBrokenHrefConcordance</value>
<!-- (e.g.: mysite:/www/avm_webapps) --> <value>getHrefConcordance</value>
<!-- or a specific webapp within a store -->
<!-- (e.g.: mysite:/www/avm_webapps/ROOT) --> <value>getBrokenHrefManifests</value>
<value>getBrokenHrefs</value> <value>getHrefManifests</value>
<value>getBrokenHrefManifest</value>
<value>getHrefManifest</value>
</list> </list>
</property> </property>
</bean> </bean>
@@ -1319,18 +1322,11 @@
</property> </property>
<property name="mappedNames"> <property name="mappedNames">
<list> <list>
<!-- Takes a value to a collection of webapps -->
<!-- (e.g.: mysite:/www/avm_webapps) -->
<!-- or a specific webapp within a store -->
<!-- (e.g.: mysite:/www/avm_webapps/ROOT) -->
<value>updateHrefInfo</value> <value>updateHrefInfo</value>
</list> </list>
</property> </property>
</bean> </bean>
<!--
<bean id="LinkValidationService" <bean id="LinkValidationService"
class="org.springframework.aop.framework.ProxyFactoryBean" class="org.springframework.aop.framework.ProxyFactoryBean"
lazy-init="true"> lazy-init="true">
@@ -1349,6 +1345,5 @@
</list> </list>
</property> </property>
</bean> </bean>
-->
</beans> </beans>