<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Custom repository structure in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/custom-repository-structure/m-p/175553#M128683</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;To stop new sub-folders being created / modified, you can use permissions to lock down what users can and can't do. Have a look at &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Permissions_and_Roles_Configuration#Default_Permissions" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Permissions_and_Roles_Configuration#Default_Permissions&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jun 2008 21:39:46 GMT</pubDate>
    <dc:creator>zaizi</dc:creator>
    <dc:date>2008-06-30T21:39:46Z</dc:date>
    <item>
      <title>Custom repository structure</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-repository-structure/m-p/175552#M128682</link>
      <description>Hi, I'm trying to set up my own space hierarchy. for example:Client contains Orders . Order contains items.I want to avoid adding something else in this structure, trough the WI or through the API.What are the solutions?Can I create new child-associations and remove/override the cm:contains?Should I</description>
      <pubDate>Mon, 30 Jun 2008 17:07:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-repository-structure/m-p/175552#M128682</guid>
      <dc:creator>gilles</dc:creator>
      <dc:date>2008-06-30T17:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Custom repository structure</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-repository-structure/m-p/175553#M128683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;To stop new sub-folders being created / modified, you can use permissions to lock down what users can and can't do. Have a look at &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Permissions_and_Roles_Configuration#Default_Permissions" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Permissions_and_Roles_Configuration#Default_Permissions&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 21:39:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-repository-structure/m-p/175553#M128683</guid>
      <dc:creator>zaizi</dc:creator>
      <dc:date>2008-06-30T21:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: Custom repository structure</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-repository-structure/m-p/175554#M128684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for responding, but my goal is to keep the folder type structure.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to avoid having a cm:folder being created inside my my:client space.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My my:client spaces must only contains my&lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;rder sub-spaces, and my my&lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;rder spaces must only contains my:item types.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any clue?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 07:11:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-repository-structure/m-p/175554#M128684</guid>
      <dc:creator>gilles</dc:creator>
      <dc:date>2008-07-01T07:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: Custom repository structure</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-repository-structure/m-p/175555#M128685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You might try defining your custom types my:client, my&lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;rder, and my:item to extend the cm:folder type, and override the cm:contains child-relationship in each, so that the target only allows the appropriate type.&amp;nbsp; For example, the target type for cm:contains in my:client would be set to cm&lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;rder, and the target type for cm:contains in my&lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;rder would be set to my:item.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What you are trying to do is a lot like the Forum content model in Alfresco.&amp;nbsp; Open up your alfresco.war and look at the forumModel.xml, web-client-config-wizards.xml and web-client-config-forum-actions.xml.&amp;nbsp; These might help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let me know if this works.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2008 21:09:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-repository-structure/m-p/175555#M128685</guid>
      <dc:creator>stevewickii</dc:creator>
      <dc:date>2008-09-19T21:09:05Z</dc:date>
    </item>
  </channel>
</rss>

