03-22-2010 07:33 PM
<?xml version='1.0'?>
<dwgprops>
<title>TITLE-TEXT</title>
<argument>ARGUMENT-TEXT</argument>
<author>AUTHOR-TEXT</author>
<keywords>KEYWORD1,KEYWORD2…</keywords>
<comments>COMMENT-TEXT</comments>
<lastuser>LAST-SAVED-BY</lastuser>
<hyperlink>BASE-HYPERLINK</hyperlink>
</dwgprops>
03-23-2010 11:31 AM
03-23-2010 09:47 PM
03-25-2010 08:53 AM
04-21-2010 10:44 AM
09-09-2010 06:05 PM
11-02-2012 10:06 PM
11-02-2012 10:40 PM
11-09-2012 09:21 PM
<?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.DWG" class="org.alfresco.repo.content.metadata.DWGMetadataExtracter" parent="baseMetadataExtracter">
<property name="inheritDefaultMapping">
<value>true</value>
</property>
<property name="mappingProperties">
<props>
<prop key="namespace.prefix.mycustomnamespace">http://www.sample.com/model/content/1.0</prop>
<prop key="acadcustomprop1">mycustomnamespace:mycustomproperty</prop>
<prop key="acadcustomprop2">cm:title</prop>
</props>
</property>
</bean>
</beans>
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.