<?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 Copy folder issue / understanding in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/copy-folder-issue-understanding/m-p/322453#M9454</link>
    <description>&lt;P&gt;Hi everyone,
I'am actually implementing a Listener wich wait the event: CreatedByCopy, then I add the relations I wanted in the destination document. It's working well when using it on a simple document, but when a copy a entire folder wich contain some documents I can't see how the documents are added into the copyed folder. I was believed that the CreatedByCopy w'll be recurcisvly call in order to copy the documents. I believe I was wrong since my listener only see 1 CreatedByCopy event when I copy a folder.&lt;/P&gt;
&lt;P&gt;If someone could give me some tips on how the folder copy is working, I got trouble to figure this out with the code. I actualy saw a method wich copy a List of document but I can't see where it's used.&lt;/P&gt;
&lt;P&gt;I hope my english is understandable, thanks for reading.&lt;/P&gt;
&lt;P&gt;LR&lt;/P&gt;</description>
    <pubDate>Wed, 06 Jun 2012 15:53:06 GMT</pubDate>
    <dc:creator>Lregnault_</dc:creator>
    <dc:date>2012-06-06T15:53:06Z</dc:date>
    <item>
      <title>Copy folder issue / understanding</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/copy-folder-issue-understanding/m-p/322453#M9454</link>
      <description>&lt;P&gt;Hi everyone,
I'am actually implementing a Listener wich wait the event: CreatedByCopy, then I add the relations I wanted in the destination document. It's working well when using it on a simple document, but when a copy a entire folder wich contain some documents I can't see how the documents are added into the copyed folder. I was believed that the CreatedByCopy w'll be recurcisvly call in order to copy the documents. I believe I was wrong since my listener only see 1 CreatedByCopy event when I copy a folder.&lt;/P&gt;
&lt;P&gt;If someone could give me some tips on how the folder copy is working, I got trouble to figure this out with the code. I actualy saw a method wich copy a List of document but I can't see where it's used.&lt;/P&gt;
&lt;P&gt;I hope my english is understandable, thanks for reading.&lt;/P&gt;
&lt;P&gt;LR&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2012 15:53:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/copy-folder-issue-understanding/m-p/322453#M9454</guid>
      <dc:creator>Lregnault_</dc:creator>
      <dc:date>2012-06-06T15:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: Copy folder issue / understanding</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/copy-folder-issue-understanding/m-p/322454#M9455</link>
      <description>&lt;P&gt;The event &lt;CODE&gt;documentCreatedByCopy&lt;/CODE&gt; is sent only for the root of the copy. It cannot be sent for each of the copied documents as it could mean thousands of events for big hierarchies.&lt;/P&gt;
&lt;P&gt;So in your code you have to take the copied document and recurse in its (newly created) children to do whatever you need.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jun 2012 17:26:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/copy-folder-issue-understanding/m-p/322454#M9455</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2012-06-08T17:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: Copy folder issue / understanding</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/copy-folder-issue-understanding/m-p/322455#M9456</link>
      <description>&lt;P&gt;Thanks for your time, it's what I had actualy implements this morning.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jun 2012 17:28:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/copy-folder-issue-understanding/m-p/322455#M9456</guid>
      <dc:creator>Lregnault_</dc:creator>
      <dc:date>2012-06-08T17:28:35Z</dc:date>
    </item>
  </channel>
</rss>

