Tagging Service: Initial implmentation of the tagging service, including tag scopes

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@9630 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Roy Wetherall
2008-07-02 15:53:41 +00:00
parent c1bbebd7ec
commit f13e6f19f2
16 changed files with 1786 additions and 10 deletions

View File

@@ -762,6 +762,17 @@
</property>
</properties>
</aspect>
<aspect name="cm:tagscope">
<title>Tag Scope</title>
<properties>
<property name="cm:tagScopeCache">
<title>Tags</title>
<type>d:content</type>
<protected>true</protected>
</property>
</properties>
</aspect>
<aspect name="cm:attachable">
<title>Attachable</title>