<?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: Delete folder with REST+Javascript in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/delete-folder-with-rest-javascript/m-p/312776#M265906</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The {store_type},{store_id},{id} you're seaching for make the NodeRef.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Here you can find info about NodeRefs &lt;/SPAN&gt;&lt;A href="https://wiki.alfresco.com/wiki/Node_References_and_Store_Protocols" rel="nofollow noopener noreferrer"&gt;https://wiki.alfresco.com/wiki/Node_References_and_Store_Protocols&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Use the Alfresco Explorer, navigate to the folder you want to delete, select View Details and in the Links section set your mouse on Alfresco Node Reference hyperlink.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;At the bottom left of you browser you will see the NodeRef you need.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to do it programmatically I would suggest you to perform a query using as a filteting criteria TOM and type=cm:folder(or the corresponding type if not default).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Andrea&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Nov 2014 10:48:00 GMT</pubDate>
    <dc:creator>abarisone</dc:creator>
    <dc:date>2014-11-26T10:48:00Z</dc:date>
    <item>
      <title>Delete folder with REST+Javascript</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/delete-folder-with-rest-javascript/m-p/312771#M265901</link>
      <description>Hi to All!I'm trying to realize these three steps:&amp;lt;strong&amp;gt;1) create a user for example "TOM"&amp;lt;/strong&amp;gt; (done succesfully as shown here):$.ajax({&amp;nbsp;&amp;nbsp;&amp;nbsp; type : 'POST',&amp;nbsp;&amp;nbsp;&amp;nbsp; async : false,&amp;nbsp;&amp;nbsp;&amp;nbsp; url : "/alfresco/service/api/people",&amp;nbsp;&amp;nbsp;&amp;nbsp; data : JSON.stringify({&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "userName": "TOM",&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "firstN</description>
      <pubDate>Fri, 21 Nov 2014 18:03:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/delete-folder-with-rest-javascript/m-p/312771#M265901</guid>
      <dc:creator>luca_de_michele</dc:creator>
      <dc:date>2014-11-21T18:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Delete folder with REST+Javascript</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/delete-folder-with-rest-javascript/m-p/312772#M265902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;you can use api for deleting folder and then have similar call.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://localhost:8080/alfresco/service/api/node/%7Bstore_type%7D/%7Bstore_id%7D/%7Bid%7D/tree?continueOnFailure={continueOnFailure?}&amp;amp;unfileObjects={unfileObjects" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/api/node/%7Bstore_type%7D/%7Bstore_id%7D/%7Bid%7D/tree?continueOnFailure={continueOnFailure?}&amp;amp;unfileObjects={unfileObjects&lt;/A&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://localhost:8080/alfresco/service/api/path/%7Bstore_type%7D/%7Bstore_id%7D/%7Bnodepath%7D/tree?continueOnFailure={continueOnFailure?}&amp;amp;unfileObjects={unfileObjects" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/api/path/%7Bstore_type%7D/%7Bstore_id%7D/%7Bnodepath%7D/tree?continueOnFailure={continueOnFailure?}&amp;amp;unfileObjects={unfileObjects&lt;/A&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Deletes the specified folder and all of its child and descendant objects.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Nov 2014 12:50:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/delete-folder-with-rest-javascript/m-p/312772#M265902</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2014-11-22T12:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: Delete folder with REST+Javascript</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/delete-folder-with-rest-javascript/m-p/312773#M265903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi mitpatoliya,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I did not find the api you are suggesting, under:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://localhost:8080/alfresco/service/index/uri/" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/index/uri/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using Alfresco Community 5&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2014 12:49:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/delete-folder-with-rest-javascript/m-p/312773#M265903</guid>
      <dc:creator>luca_de_michele</dc:creator>
      <dc:date>2014-11-24T12:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: Delete folder with REST+Javascript</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/delete-folder-with-rest-javascript/m-p/312774#M265904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think he is referring to following.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://wiki.alfresco.com/wiki/Repository_RESTful_API_Reference" rel="nofollow noopener noreferrer"&gt;https://wiki.alfresco.com/wiki/Repository_RESTful_API_Reference&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Delete tree (deleteTree) section&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 02:03:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/delete-folder-with-rest-javascript/m-p/312774#M265904</guid>
      <dc:creator>billydoe</dc:creator>
      <dc:date>2014-11-26T02:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Delete folder with REST+Javascript</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/delete-folder-with-rest-javascript/m-p/312775#M265905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks you all for contributing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now, I know how to perform in my hypothetical client the steps (1) (2) (3)… but before I can run the third step, I have to determine {store_type},{store_id},{id}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I get, with my hypothetical client, those information?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 09:47:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/delete-folder-with-rest-javascript/m-p/312775#M265905</guid>
      <dc:creator>luca_de_michele</dc:creator>
      <dc:date>2014-11-26T09:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: Delete folder with REST+Javascript</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/delete-folder-with-rest-javascript/m-p/312776#M265906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The {store_type},{store_id},{id} you're seaching for make the NodeRef.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Here you can find info about NodeRefs &lt;/SPAN&gt;&lt;A href="https://wiki.alfresco.com/wiki/Node_References_and_Store_Protocols" rel="nofollow noopener noreferrer"&gt;https://wiki.alfresco.com/wiki/Node_References_and_Store_Protocols&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Use the Alfresco Explorer, navigate to the folder you want to delete, select View Details and in the Links section set your mouse on Alfresco Node Reference hyperlink.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;At the bottom left of you browser you will see the NodeRef you need.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to do it programmatically I would suggest you to perform a query using as a filteting criteria TOM and type=cm:folder(or the corresponding type if not default).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Andrea&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 10:48:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/delete-folder-with-rest-javascript/m-p/312776#M265906</guid>
      <dc:creator>abarisone</dc:creator>
      <dc:date>2014-11-26T10:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: Delete folder with REST+Javascript</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/delete-folder-with-rest-javascript/m-p/312777#M265907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Normally what I do is go Administration Console&amp;gt;&amp;gt;Node Browser&amp;gt;&amp;gt;workspace://SpacesStore then try lucence query to see all the metadata of the content. Then I get all the necessary node with ids.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2014 04:08:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/delete-folder-with-rest-javascript/m-p/312777#M265907</guid>
      <dc:creator>billydoe</dc:creator>
      <dc:date>2014-11-27T04:08:15Z</dc:date>
    </item>
  </channel>
</rss>

