mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-06-23 18:05:32 +00:00
svn merge svn://svn.alfresco.com:3691/alfresco/BRANCHES/V1.4@4329 svn://svn.alfresco.com:3691/alfresco/BRANCHES/V1.4@4331 . svn merge svn://svn.alfresco.com:3691/alfresco/BRANCHES/V1.4@4332 svn://svn.alfresco.com:3691/alfresco/BRANCHES/V1.4@4339 . git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4653 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
82 lines
2.6 KiB
XML
82 lines
2.6 KiB
XML
<model name="rule:rulemodel" xmlns="http://www.alfresco.org/model/dictionary/1.0">
|
|
|
|
<description>Alfresco Rule Model</description>
|
|
<author>Alfresco</author>
|
|
<published>2005-08-16</published>
|
|
<version>0.1</version>
|
|
|
|
<imports>
|
|
<import uri="http://www.alfresco.org/model/dictionary/1.0" prefix="d"/>
|
|
<import uri="http://www.alfresco.org/model/action/1.0" prefix="act"/>
|
|
<import uri="http://www.alfresco.org/model/content/1.0" prefix="cm"/>
|
|
<import uri="http://www.alfresco.org/model/system/1.0" prefix="sys"/>
|
|
</imports>
|
|
|
|
<namespaces>
|
|
<namespace uri="http://www.alfresco.org/model/rule/1.0" prefix="rule"/>
|
|
</namespaces>
|
|
|
|
<types>
|
|
|
|
<type name="rule:rule">
|
|
<title>Rule</title>
|
|
<parent>sys:base</parent>
|
|
<properties>
|
|
<property name="rule:ruleType">
|
|
<type>d:text</type>
|
|
<mandatory>true</mandatory>
|
|
<multiple>true</multiple>
|
|
</property>
|
|
<property name="rule:applyToChildren">
|
|
<type>d:boolean</type>
|
|
<mandatory>true</mandatory>
|
|
</property>
|
|
<property name="rule:executeAsynchronously">
|
|
<type>d:boolean</type>
|
|
<mandatory>true</mandatory>
|
|
</property>
|
|
<property name="rule:disabled">
|
|
<type>d:boolean</type>
|
|
<mandatory>true</mandatory>
|
|
<default>false</default>
|
|
</property>
|
|
</properties>
|
|
<associations>
|
|
<child-association name="rule:action">
|
|
<target>
|
|
<class>act:action</class>
|
|
<mandatory enforced="true">true</mandatory>
|
|
<many>false</many>
|
|
</target>
|
|
</child-association>
|
|
</associations>
|
|
<mandatory-aspects>
|
|
<aspect>cm:titled</aspect>
|
|
<aspect>cm:auditable</aspect>
|
|
</mandatory-aspects>
|
|
</type>
|
|
|
|
</types>
|
|
|
|
<aspects>
|
|
|
|
<aspect name="rule:rules">
|
|
<title>Rules</title>
|
|
<associations>
|
|
<child-association name="rule:ruleFolder">
|
|
<target>
|
|
<class>cm:systemfolder</class>
|
|
<mandatory>false</mandatory>
|
|
<many>false</many>
|
|
</target>
|
|
</child-association>
|
|
</associations>
|
|
</aspect>
|
|
|
|
<aspect name="rule:ignoreInheritedRules">
|
|
<title>Ignore Inherited Rules</title>
|
|
</aspect>
|
|
|
|
</aspects>
|
|
|
|
</model> |