<?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: what is subnode in aflresco and how to create a subnode in aflresco ? in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/what-is-subnode-in-aflresco-and-how-to-create-a-subnode-in/m-p/16407#M7237</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your input&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Dec 2017 20:12:41 GMT</pubDate>
    <dc:creator>sudarshansingha</dc:creator>
    <dc:date>2017-12-14T20:12:41Z</dc:date>
    <item>
      <title>what is subnode in aflresco and how to create a subnode in aflresco ?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/what-is-subnode-in-aflresco-and-how-to-create-a-subnode-in/m-p/16403#M7233</link>
      <description>what is subnode in aflresco and how to create a subnode in aflresco ?</description>
      <pubDate>Wed, 13 Dec 2017 16:12:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/what-is-subnode-in-aflresco-and-how-to-create-a-subnode-in/m-p/16403#M7233</guid>
      <dc:creator>sudarshansingha</dc:creator>
      <dc:date>2017-12-13T16:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: what is subnode in aflresco and how to create a subnode in aflresco ?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/what-is-subnode-in-aflresco-and-how-to-create-a-subnode-in/m-p/16404#M7234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've never heard of that term. Can you please provide the context?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2017 19:41:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/what-is-subnode-in-aflresco-and-how-to-create-a-subnode-in/m-p/16404#M7234</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2017-12-13T19:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: what is subnode in aflresco and how to create a subnode in aflresco ?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/what-is-subnode-in-aflresco-and-how-to-create-a-subnode-in/m-p/16405#M7235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;He is very likely referencing a part of an answer that I gave in a &lt;A _jive_internal="true" href="https://community.alfresco.com/message/825440-apply-one-aspect-as-multiple-type-to-content-type" rel="nofollow noopener noreferrer"&gt;separate thread&lt;/A&gt;. Instead of asking me there he asked in a new question.&lt;/P&gt;&lt;P&gt;With "sub-node" in my response I meant a node contained by another node, or a "child node". Generally speaking, every node is a child node of some other node, so I sometimes use "sub-node" when I want to refer to a node that semantically extends another, i.e. provides additional information. In the context of the original question, this would apply to the "contact" detail which would extend the information about the person/user.&lt;/P&gt;&lt;P&gt;You create a child node via the Alfresco APIs, i.e. in Java via the NodeService.createNode() operation or in server-side JavaScript API via ScriptNode.createNode() - you will always need to have a reference to the parent node, i.e. the "person" as either a NodeRef or a ScriptNode to use these operations.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Dec 2017 11:20:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/what-is-subnode-in-aflresco-and-how-to-create-a-subnode-in/m-p/16405#M7235</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2017-12-14T11:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: what is subnode in aflresco and how to create a subnode in aflresco ?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/what-is-subnode-in-aflresco-and-how-to-create-a-subnode-in/m-p/16406#M7236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, "child node" is much more explicit. I like it better than "sub-node" which kind of sounds like "sub-class" which implies some sort of inheritance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To answer OP's original question, the way you create a child node is simple: You create a child node with the node service like any other node. Unless you are creating the root node, which is highly unlikely, then every node you create is a child node and has a parent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Often, the parent is the enclosing folder. But you could also add a child node to a non-folder node by using a parent-child association. A word of caution, however. Parent-child associations are not supported in CMIS (unless it is a folder that contains child nodes), so if navigating that relationship via CMIS is important, do not use a parent-child association. Use a peer association instead.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Dec 2017 15:46:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/what-is-subnode-in-aflresco-and-how-to-create-a-subnode-in/m-p/16406#M7236</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2017-12-14T15:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: what is subnode in aflresco and how to create a subnode in aflresco ?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/what-is-subnode-in-aflresco-and-how-to-create-a-subnode-in/m-p/16407#M7237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your input&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Dec 2017 20:12:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/what-is-subnode-in-aflresco-and-how-to-create-a-subnode-in/m-p/16407#M7237</guid>
      <dc:creator>sudarshansingha</dc:creator>
      <dc:date>2017-12-14T20:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: what is subnode in aflresco and how to create a subnode in aflresco ?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/what-is-subnode-in-aflresco-and-how-to-create-a-subnode-in/m-p/16408#M7238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your input&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Dec 2017 20:13:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/what-is-subnode-in-aflresco-and-how-to-create-a-subnode-in/m-p/16408#M7238</guid>
      <dc:creator>sudarshansingha</dc:creator>
      <dc:date>2017-12-14T20:13:14Z</dc:date>
    </item>
  </channel>
</rss>

