mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
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:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user