08-22-2010 10:47 AM
…
<aspects>
<!– Enterprise-wide generic document aspect –>
<aspect name="sa:doc">
<title>Saicon Document</title>
<properties>
<property name="sa:DLSTitle">
<type>d:text</type>
</property>
</properties>
</aspect>
</aspects>
…
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans>
<bean id="extracter.Office" class="org.alfresco.repo.content.metadata.OfficeMetadataExtracter" parent="baseMetadataExtracter" >
<property name="inheritDefaultMapping">
<value>true</value>
</property>
<property name="mappingProperties">
<bean class="org.springframework.beans.factory.config.PropertiesFactoryBean">
<property name="location">
<value>classpath:alfresco/extension/saicon-extractor-mappings.properties</value>
</property>
</bean>
</property>
</bean>
</beans>
namespace.prefix.sa=saicon.model
DLSTitle=sa:DLSTitle
…
<config evaluator="string-compare" condition="Action Wizards">
<aspects>
<type name="sa:doc" />
</aspects>
</config>
<config evaluator="aspect-name" condition="sa:doc">
<property-sheet>
<show-property name="sa:DLSTitle" />
</property-sheet>
</config>
…
08-29-2010 09:05 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.