<?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: Get all Childs of a Node in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/get-all-childs-of-a-node/m-p/261778#M214908</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I want the deep listing!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For example i have a folder who have 5 sub-folders and some files. That 5 sub-folders have sub-folders, and files; and so on!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;NodeService dont have methods who give the deep listing, for what i could see in the Api.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Going to check the other service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the tips&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Sep 2012 15:25:14 GMT</pubDate>
    <dc:creator>toze</dc:creator>
    <dc:date>2012-09-18T15:25:14Z</dc:date>
    <item>
      <title>Get all Childs of a Node</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/get-all-childs-of-a-node/m-p/261776#M214906</link>
      <description>How can i get all childs off a node?Must i do a Recursive call to .getChildAssocs(nodeRef)&amp;nbsp; ?Thanks in advance</description>
      <pubDate>Tue, 18 Sep 2012 14:04:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/get-all-childs-of-a-node/m-p/261776#M214906</guid>
      <dc:creator>toze</dc:creator>
      <dc:date>2012-09-18T14:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: Get all Childs of a Node</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/get-all-childs-of-a-node/m-p/261777#M214907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It depends upon what you want!&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example do&amp;nbsp; you want the assoc or the nodes themselves,&amp;nbsp; do you want deep listing, or do you only want nodes of certain types or with certain assocs. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The following two services are full of many methods that may be useful.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Node Service&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FileFolderService&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2012 14:53:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/get-all-childs-of-a-node/m-p/261777#M214907</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2012-09-18T14:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: Get all Childs of a Node</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/get-all-childs-of-a-node/m-p/261778#M214908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I want the deep listing!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For example i have a folder who have 5 sub-folders and some files. That 5 sub-folders have sub-folders, and files; and so on!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;NodeService dont have methods who give the deep listing, for what i could see in the Api.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Going to check the other service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the tips&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2012 15:25:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/get-all-childs-of-a-node/m-p/261778#M214908</guid>
      <dc:creator>toze</dc:creator>
      <dc:date>2012-09-18T15:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: Get all Childs of a Node</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/get-all-childs-of-a-node/m-p/261779#M214909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;FileFolderService has a listDeepFolders method.&amp;nbsp;&amp;nbsp;&amp;nbsp; It was (in my opinion) over hastily "deprecated".&amp;nbsp; It does however work since imap is dependent upon it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Deep listing is problematic due to the sheer number of records that could be returned.&amp;nbsp;&amp;nbsp;&amp;nbsp; Not quite sure what the correct solution is here.&amp;nbsp;&amp;nbsp;&amp;nbsp; At minimum it needs to have paging.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2012 16:02:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/get-all-childs-of-a-node/m-p/261779#M214909</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2012-09-18T16:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: Get all Childs of a Node</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/get-all-childs-of-a-node/m-p/261780#M214910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please: +1 for a general getChild Method of the NodeService which supports paging. FileFolderService is tied to cm:content etc. Not usable for archiveStore or version2Store e.g.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2012 16:59:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/get-all-childs-of-a-node/m-p/261780#M214910</guid>
      <dc:creator>lotharmärkle</dc:creator>
      <dc:date>2012-09-19T16:59:47Z</dc:date>
    </item>
  </channel>
</rss>

