<?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: Nodes, sites, content, spaces? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/nodes-sites-content-spaces/m-p/310271#M263401</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks AFaust for the reply. This raises a couple of questions; would you effectively set up a set of nodes as templates – and then use CMIS to copy the structure to a new space or do something else entirely?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It sounds like CMIS may not be the right tool for this; unless I autogenerate all the appropriate XML and load it in and then use CMIS for the triggers? Can you poiint me to some docs on how to configure Alfresco so that when I do create a site in CMIS it is configured correctly?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jun 2014 13:22:20 GMT</pubDate>
    <dc:creator>jocylincouch</dc:creator>
    <dc:date>2014-06-16T13:22:20Z</dc:date>
    <item>
      <title>Nodes, sites, content, spaces?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/nodes-sites-content-spaces/m-p/310269#M263399</link>
      <description>I'm new to Alfresco, so I may be asking a highly nooby question however I have dilligently searched for the answer, but I don't know enough to understand yet.I need to use CMIS in Python to create a place to store content derived from data in a project sheet; i.e. all the structure is there, the doc</description>
      <pubDate>Mon, 16 Jun 2014 10:55:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/nodes-sites-content-spaces/m-p/310269#M263399</guid>
      <dc:creator>jocylincouch</dc:creator>
      <dc:date>2014-06-16T10:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: Nodes, sites, content, spaces?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/nodes-sites-content-spaces/m-p/310270#M263400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;in short, a "node" in Alfresco is basically a generic term for all kinds of objects in CMIS (can be document, folder or item). Every time you upload a document, create a folder etc. you are creating an Alfresco node. If you are only using CMIS to talk to Alfresco, it's better not to worry about nodes at all and stick to the CMIS vocabulary.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A site in Alfresco is just a special type of a folder, so you could create a new site via the createFolder operations in CMIS using the CMIS type "F:st:site". BUT: It is not recommended to create a site via CMIS as this will not initialize a site properly - for a site to be fully useable in Alfresco, there are secondary operations that are required (create roles, page and dashboard configurations, setup permission) that are not handled via CMIS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Currently, there is no definitive way to support creating a site via CMIS. All potential solutions require that you prepare your Alfresco system somehow so that it automatically performs the missing steps when you do a "createFolder" operation with type "F:st:site". E.g. you could write a policy / rule / action in Alfresco that automatically performs all the secondary operations to make the site fully functional.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note: The Alfresco Public API in version 1.0 does not yet support site creation as well, but this may very well be a feature that will be added in future versions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Axel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 12:55:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/nodes-sites-content-spaces/m-p/310270#M263400</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2014-06-16T12:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: Nodes, sites, content, spaces?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/nodes-sites-content-spaces/m-p/310271#M263401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks AFaust for the reply. This raises a couple of questions; would you effectively set up a set of nodes as templates – and then use CMIS to copy the structure to a new space or do something else entirely?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It sounds like CMIS may not be the right tool for this; unless I autogenerate all the appropriate XML and load it in and then use CMIS for the triggers? Can you poiint me to some docs on how to configure Alfresco so that when I do create a site in CMIS it is configured correctly?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 13:22:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/nodes-sites-content-spaces/m-p/310271#M263401</guid>
      <dc:creator>jocylincouch</dc:creator>
      <dc:date>2014-06-16T13:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: Nodes, sites, content, spaces?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/nodes-sites-content-spaces/m-p/310272#M263402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;there is no single documentation for what you are trying to do, because it is a very custom thing to do.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You could be working with:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;ul&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;li&amp;gt;&amp;lt;a href="&lt;/SPAN&gt;&lt;A href="http://docs.alfresco.com/4.2/tasks/tgs-spacetemplates.html" rel="nofollow noopener noreferrer"&gt;http://docs.alfresco.com/4.2/tasks/tgs-spacetemplates.html&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;Space Templates&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;li&amp;gt;&amp;lt;a href="&lt;/SPAN&gt;&lt;A href="http://docs.alfresco.com/4.2/tasks/tuh-contentrule-create.html" rel="nofollow noopener noreferrer"&gt;http://docs.alfresco.com/4.2/tasks/tuh-contentrule-create.html&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;Content Rules&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;li&amp;gt;&amp;lt;a href="&lt;/SPAN&gt;&lt;A href="http://ecmarchitect.com/alfresco-developer-series-tutorials/behaviors/tutorial/tutorial.html" rel="nofollow noopener noreferrer"&gt;http://ecmarchitect.com/alfresco-developer-series-tutorials/behaviors/tutorial/tutorial.html&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;Policies&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/ul&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and many more concepts…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Parts of a site could be set up via templates (e.g. the folder structure), but the XML files will always have to be created specifically because they contain some variable identifiers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Axel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 09:09:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/nodes-sites-content-spaces/m-p/310272#M263402</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2014-06-17T09:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: Nodes, sites, content, spaces?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/nodes-sites-content-spaces/m-p/310273#M263403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok. Could you point me to the documentation which tells me what properties I would need to set on a node to make it a visible site please? My understanding is that I:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Set up my content model with appropriate aspects &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Drive with cmis.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Therefore, where's the docs which tell me what I need to do to a node to make it into a visible site in Java? Does that make sense?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 16:20:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/nodes-sites-content-spaces/m-p/310273#M263403</guid>
      <dc:creator>jocylincouch</dc:creator>
      <dc:date>2014-06-24T16:20:15Z</dc:date>
    </item>
  </channel>
</rss>

