<?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 Private Document in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/private-document/m-p/228494#M181624</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;I'm looking for a solution for the following problem:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(Alfresco Activiti Suite 1.4)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;During my workflow I collect data from several people (employees) using many user tasks and different forms. Now at the end I create a pdf document using the "Generate document task". After that, a "User task" displays the generated document using a form and this form is assigned to a manager in the company. That's working fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem is: The generated document is confidential, so nobody may view it besides the manager. How can I achieve this? For now, everyone who did something during the workflow can view it and therefore the generated document as well. They can even view entered values of other people which are confidential as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm very thankful for any ideas about this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much and best regards!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Manuel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Jan 2016 09:17:19 GMT</pubDate>
    <dc:creator>messmeister</dc:creator>
    <dc:date>2016-01-05T09:17:19Z</dc:date>
    <item>
      <title>Private Document</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/private-document/m-p/228494#M181624</link>
      <description>Hello,I'm looking for a solution for the following problem&lt;IMG id="smileysad" class="emoticon emoticon-smileysad" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;Alfresco Activiti Suite 1.4)During my workflow I collect data from several people (employees) using many user tasks and different forms. Now at the end I create a pdf document using the "Generate document task". After that, a "User task" di</description>
      <pubDate>Tue, 05 Jan 2016 09:17:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/private-document/m-p/228494#M181624</guid>
      <dc:creator>messmeister</dc:creator>
      <dc:date>2016-01-05T09:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: Private Document</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/private-document/m-p/228495#M181625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't think that is currently possible, as indeed the document would be visible to all involved.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It's something we heard before (more ways to set permissions on tasks/process instances), and on our backlog, I'll bring it up again for discussion. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2016 09:13:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/private-document/m-p/228495#M181625</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-01-07T09:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: Private Document</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/private-document/m-p/228496#M181626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you very much!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In the meantime, how can I delete a document from the process? As a workaround I’m thinking of publishing the generated document to alfresco and then remove it from the workflow. I guess I'll need a script task for that? How to get the document and remove it from Java?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2016 10:02:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/private-document/m-p/228496#M181626</guid>
      <dc:creator>messmeister</dc:creator>
      <dc:date>2016-01-07T10:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: Private Document</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/private-document/m-p/228497#M181627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For that you'd need a custom Spring bean that has the the ContentStorage service Autowired in it. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have the id of the document (its in the database), you can remove it through there.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2016 20:48:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/private-document/m-p/228497#M181627</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-01-20T20:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: Private Document</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/private-document/m-p/228498#M181628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you very much!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2016 21:12:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/private-document/m-p/228498#M181628</guid>
      <dc:creator>messmeister</dc:creator>
      <dc:date>2016-01-20T21:12:00Z</dc:date>
    </item>
  </channel>
</rss>

