10-28-2009 12:30 PM
10-29-2009 04:11 AM
11-06-2009 07:02 AM
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans>
<!– Registration of new models –>
<bean id="extension.dictionaryBootstrap" parent="dictionaryModelBootstrap" depends-on="dictionaryBootstrap">
<property name="models">
<list>
<value>alfresco/extension/ORS_schemas.xml</value>
</list>
</property>
</bean>
</beans><?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans>
<!– Registration of new models –>
<bean id="extension.dictionaryBootstrap" parent="dictionaryModelBootstrap" depends-on="dictionaryBootstrap">
<property name="models">
<list>
<value>alfresco/extension/ORS_schemas.xml</value>
</list>
</property>
</bean>
</beans>
<alfresco-config>
<config evaluator="string-compare" condition="Content Wizards">
<content-types>
<type name="ORS:standard" />
</content-types>
</config>
<config evaluator="aspect-name" condition="ORS:standard_Aspect">
<property-sheet>
<show-property name="ORS:objectbarcode"/>
</property-sheet>
</config>
</alfresco-config>
11-06-2009 07:16 AM
11-06-2009 07:18 AM
11-06-2009 07:19 AM
<?xml version="1.0" encoding="utf-8"?>
<model name="ORS:schemas" xmlns="http://www.alfresco.org/model/dictionary/1.0">
<!– Optional meta-data about the model –>
<description>ORS Schemas</description>
<author></author>
<version>1.0</version>
<!– Imports are required to allow references to definitions in other models –>
<imports>
<!– Import Alfresco Dictionary Definitions –>
<import uri="http://www.alfresco.org/model/dictionary/1.0" prefix="d"/>
<!– Import Alfresco Content Domain Model Definitions –>
<import uri="http://www.alfresco.org/model/content/1.0" prefix="cm"/>
</imports>
<!– Introduction of new namespaces defined by this model –>
<!– NOTE: The following namespace my.new.model should be changed to reflect your own namespace –>
<namespaces>
<namespace uri="ORS" prefix="ORS"/>
</namespaces>
<types>
<type name="ORS:standard">
<title>ORS standard Schema</title>
<parent>cm:content</parent>
<mandatory-aspects>
<aspect>ORS:standard_Aspect</aspect>
</mandatory-aspects>
</type>
</types>
<aspects>
<aspect name="ORS:standard_Aspect">
<title>Standard MOPS Fields</title>
<properties>
<property name="ORS:objectbarcode">
<type>d:text</type>
</property>
</properties>
</aspect>
</aspects>
</model>
11-06-2009 07:40 AM
<config evaluator="string-compare" condition="Action Wizards">
<aspects>
<aspect name="ORS:standard_Aspect"/>
</aspects>
</config>
<config evaluator="string-compare" condition="Action Wizards">
<subtypes>
<type name="ORS:standard" />
</subtypes>
</config>
<config evaluator="string-compare" condition="Action Wizards">
<specialise-types>
<type name="ORS:standard" />
</specialise-types>
</config>
11-06-2009 09:10 AM
<alfresco-config>
<config evaluator="string-compare" condition="Action Wizards">
<aspects>
<aspect name="ORS:standard_Aspect"/>
</aspects>
</config>
<config evaluator="string-compare" condition="Action Wizards">
<subtypes>
<type name="ORS:standard" />
</subtypes>
</config>
<config evaluator="string-compare" condition="Action Wizards">
<specialise-types>
<type name="ORS:standard" />
</specialise-types>
</config>
<config evaluator="string-compare" condition="Content Wizards">
<content-types>
<type name="ORS:standard" />
</content-types>
</config>
<config evaluator="aspect-name" condition="ORS:standard_Aspect">
<property-sheet>
<show-property name="ORS:objectbarcode"/>
</property-sheet>
</config>
</alfresco-config>
11-09-2009 02:45 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.