03-19-2012 01:33 AM
<?xml version="1.0" encoding="UTF-8"?>
<model name="mcwm:momentOrderModel" xmlns="http://www.alfresco.org/model/dictionary/1.0">
<description>Movement Order</description>
<author>Pankaj</author>
<version>1.0</version>
<imports>
<import uri="http://www.alfresco.org/model/dictionary/1.0" prefix="d"></import>
<import uri="http://www.alfresco.org/model/bpm/1.0" prefix="bpm"></import>
<import uri="http://www.alfresco.org/model/content/1.0" prefix="cm" />
<import uri="http://www.alfresco.org/model/workflow/1.0" prefix="wf"></import>
</imports>
<!– Introduction of new namespaces defined by this model –>
<namespaces>
<namespace uri="mcwm.model" prefix="mcwm" />
</namespaces>
<!– –>
<types>
<type name="mcwm:moSubmitTask">
<parent>wf:submitReviewTask</parent>
<mandatory-aspects>
<aspect>mcwm:momentorder</aspect>
</mandatory-aspects>
</type>
<type name="mcwm:moReviewTask">
<parent>wf:activitiReviewTask</parent>
<mandatory-aspects>
<aspect>mcwm:momentorder</aspect>
</mandatory-aspects>
</type>
</types>
<aspects>
<aspect name="mcwm:momentorder">
<properties>
<property name="mcwm:projectName">
<type>d:text</type>
<mandatory>false</mandatory>
<multiple>false</multiple>
</property>
<property name="mcwm:nextlevelassignee">
<type>d:text</type>
<mandatory>false</mandatory>
<multiple>false</multiple>
</property>
<property name="mcwm:shortProjectName">
<type>d:text</type>
</property>
</properties>
</aspect>
</aspects>
<!– –>
</model>
03-20-2012 05:18 AM
03-20-2012 02:36 PM
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.