Files
alfresco-community-repo/config/alfresco/model/applicationModel.xml

294 lines
9.5 KiB
XML

<model name="app:applicationmodel" xmlns="http://www.alfresco.org/model/dictionary/1.0">
<description>Alfresco Application Model</description>
<author>Alfresco</author>
<published>2005-09-29</published>
<version>1.0</version>
<imports>
<import uri="http://www.alfresco.org/model/dictionary/1.0" prefix="d"/>
<import uri="http://www.alfresco.org/model/system/1.0" prefix="sys"/>
<import uri="http://www.alfresco.org/model/content/1.0" prefix="cm"/>
<import uri="http://www.alfresco.org/model/wcmmodel/1.0" prefix="wcm"/>
</imports>
<namespaces>
<namespace uri="http://www.alfresco.org/model/application/1.0" prefix="app"/>
</namespaces>
<types>
<!-- TODO: Glossary will be revisited when implementation is better understood -->
<type name="app:glossary">
<parent>cm:folder</parent>
<!--
<mandatory-aspects>
<aspect>CategoryContainable</aspect>
</mandatory-aspects>
<associations>
<association name="app:namespace">
<target-type>Category</target-type>
<target-multiplicity>0..*</target-multiplicity>
<source-mulitplicity>0..1<source-multiplicity>
<duplicates-allowed>false</duplicates-allowed>
</association>
</associations>
-->
</type>
<type name="app:configurations">
<title>Configurations</title>
<parent>cm:systemfolder</parent>
</type>
<type name="app:filelink">
<title>File Link Object</title>
<parent>cm:link</parent>
</type>
<type name="app:folderlink">
<title>Folder Link Object</title>
<parent>cm:link</parent>
</type>
<type name="app:webfolder">
<title>AVM Website Folder</title>
<parent>wcm:avmfolder</parent>
<properties>
<!-- root name of the avm staging stores for this web folder -->
<property name="app:avmstore">
<title>AVM Store Root</title>
<type>d:text</type>
</property>
<property name="app:defaultwebapp">
<title>Default Webapp</title>
<type>d:text</type>
</property>
</properties>
<associations>
<child-association name="app:webuser">
<source>
<mandatory>false</mandatory>
<many>false</many>
</source>
<target>
<class>app:webuser</class>
<mandatory>false</mandatory>
<many>true</many>
</target>
</child-association>
<child-association name="app:webform">
<source>
<mandatory>false</mandatory>
<many>false</many>
</source>
<target>
<class>app:webform</class>
<mandatory>false</mandatory>
<many>true</many>
</target>
</child-association>
<child-association name="app:webworkflowdefaults">
<source>
<mandatory>false</mandatory>
<many>false</many>
</source>
<target>
<class>app:webworkflowdefaults</class>
<mandatory>false</mandatory>
<many>true</many>
</target>
</child-association>
</associations>
</type>
<type name="app:webuser">
<title>Website User Information</title>
<parent>sys:base</parent>
<properties>
<property name="app:username">
<type>d:text</type>
<mandatory>true</mandatory>
</property>
<property name="app:role">
<type>d:text</type>
<mandatory>true</mandatory>
</property>
</properties>
</type>
<type name="app:webform">
<title>Website Web Form</title>
<parent>sys:base</parent>
<properties>
<property name="app:formname">
<type>d:text</type>
<mandatory>true</mandatory>
</property>
</properties>
<associations>
<child-association name="app:webformtemplate">
<source>
<mandatory>false</mandatory>
<many>false</many>
</source>
<target>
<class>app:webformtemplate</class>
<mandatory>false</mandatory>
<many>true</many>
</target>
</child-association>
<child-association name="app:workflowdefaults">
<source>
<mandatory>false</mandatory>
<many>false</many>
</source>
<target>
<class>app:workflowdefaults</class>
<mandatory>false</mandatory>
<many>false</many>
</target>
</child-association>
</associations>
<mandatory-aspects>
<aspect>cm:titled</aspect>
<aspect>app:filenamepattern</aspect>
</mandatory-aspects>
</type>
<type name="app:webformtemplate">
<title>Website Web Form Template</title>
<parent>sys:base</parent>
<properties>
<property name="app:engine">
<type>d:noderef</type>
<mandatory>true</mandatory>
</property>
</properties>
<mandatory-aspects>
<aspect>app:filenamepattern</aspect>
</mandatory-aspects>
</type>
<type name="app:workflowdefaults">
<title>Workflow Defaults</title>
<parent>sys:base</parent>
<properties>
<property name="app:workflowname">
<type>d:text</type>
<mandatory>true</mandatory>
</property>
<property name="app:defaults">
<type>d:content</type>
<mandatory>false</mandatory>
<index enabled="false" />
</property>
</properties>
</type>
<type name="app:webworkflowdefaults">
<title>Web Workflow Defaults</title>
<parent>app:workflowdefaults</parent>
<mandatory-aspects>
<aspect>app:filenamepattern</aspect>
</mandatory-aspects>
</type>
</types>
<aspects>
<aspect name="app:uifacets">
<title>UI Facets</title>
<parent>cm:titled</parent>
<properties>
<property name="app:icon">
<type>d:text</type>
</property>
</properties>
</aspect>
<aspect name="app:inlineeditable">
<title>Inline Editable</title>
<properties>
<property name="app:editInline">
<title>Edit Inline</title>
<type>d:boolean</type>
</property>
</properties>
</aspect>
<!-- TODO: Is this needed - should simpleworkflow ? -->
<aspect name="app:workflow">
<title>Workflow</title>
</aspect>
<aspect name="app:simpleworkflow">
<parent>app:workflow</parent>
<properties>
<property name="app:approveStep">
<type>d:text</type>
<protected>true</protected>
</property>
<property name="app:approveFolder">
<type>d:noderef</type>
<protected>true</protected>
</property>
<property name="app:approveMove">
<type>d:boolean</type>
</property>
<property name="app:rejectStep">
<type>d:text</type>
<protected>true</protected>
</property>
<property name="app:rejectFolder">
<type>d:noderef</type>
<protected>true</protected>
</property>
<property name="app:rejectMove">
<type>d:boolean</type>
</property>
</properties>
</aspect>
<aspect name="app:configurable">
<title>Configurable</title>
<associations>
<child-association name="app:configurations">
<source>
<mandatory>false</mandatory>
<many>false</many>
</source>
<target>
<class>app:configurations</class>
<mandatory>false</mandatory>
<many>false</many>
</target>
</child-association>
</associations>
</aspect>
<aspect name="app:feedsource">
<title>Feed Source</title>
<properties>
<property name="app:template">
<title>Feed Template</title>
<type>d:noderef</type>
<mandatory>false</mandatory>
</property>
</properties>
</aspect>
<aspect name="app:filenamepattern">
<title>Filename Pattern</title>
<properties>
<property name="app:filenamepattern">
<type>d:text</type>
</property>
</properties>
</aspect>
</aspects>
</model>