<?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: Related content  ( path file ?) in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/related-content-path-file/m-p/29983#M12754</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the REST API, that's fine. You can also the relatedContentService, which is available in community edition V6 as well -&amp;nbsp;&lt;A class="link-titled" href="https://github.com/Activiti/Activiti/blob/6.x/modules/activiti-ui/activiti-app-logic/src/main/java/org/activiti/app/service/runtime/RelatedContentService.java" title="https://github.com/Activiti/Activiti/blob/6.x/modules/activiti-ui/activiti-app-logic/src/main/java/org/activiti/app/service/runtime/RelatedContentService.java" rel="nofollow noopener noreferrer"&gt;Activiti/RelatedContentService.java at 6.x · Activiti/Activiti · GitHub&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also if you want to get the actual path from the storeId, you can use this class -&amp;nbsp;&lt;A class="link-titled" href="https://github.com/Activiti/Activiti/blob/6.x/modules/activiti-ui/content-storage-fs/src/main/java/org/activiti/content/storage/fs/PathConverter.java" title="https://github.com/Activiti/Activiti/blob/6.x/modules/activiti-ui/content-storage-fs/src/main/java/org/activiti/content/storage/fs/PathConverter.java" rel="nofollow noopener noreferrer"&gt;Activiti/PathConverter.java at 6.x · Activiti/Activiti · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ciju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Jan 2018 14:08:50 GMT</pubDate>
    <dc:creator>cjose</dc:creator>
    <dc:date>2018-01-11T14:08:50Z</dc:date>
    <item>
      <title>Related content  ( path file ?)</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/related-content-path-file/m-p/29980#M12751</link>
      <description>hello&amp;nbsp;i am new in activiti and i have a question :&amp;nbsp;i need to know the path of related content file ?and how i can add related content from JavaDelegate ?i need help !!!!</description>
      <pubDate>Wed, 10 Jan 2018 12:01:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/related-content-path-file/m-p/29980#M12751</guid>
      <dc:creator>abdeljali_hmi</dc:creator>
      <dc:date>2018-01-10T12:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Related content  ( path file ?)</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/related-content-path-file/m-p/29981#M12752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should be able to use the RelatedContentService APIs to do that.&lt;/P&gt;&lt;P&gt;If you are using Alfresco Process Services (Enterprise version),&amp;nbsp;I may have some examples in my repo...one of them is&amp;nbsp;&lt;A class="link-titled" href="https://github.com/cijujoseph/activiti-examples/tree/master/activiti-copy-attachments-from-parent-process" title="https://github.com/cijujoseph/activiti-examples/tree/master/activiti-copy-attachments-from-parent-process" rel="nofollow noopener noreferrer"&gt;activiti-examples/activiti-copy-attachments-from-parent-process at master · cijujoseph/activiti-examples · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 16:04:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/related-content-path-file/m-p/29981#M12752</guid>
      <dc:creator>cjose</dc:creator>
      <dc:date>2018-01-10T16:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: Related content  ( path file ?)</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/related-content-path-file/m-p/29982#M12753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks brother,&lt;/P&gt;&lt;P&gt;but i use the activiti community edition if you have another solution ?&lt;/P&gt;&lt;P&gt;i start with POST request in&amp;nbsp;activiti REST it is the true way !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2018 07:12:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/related-content-path-file/m-p/29982#M12753</guid>
      <dc:creator>abdeljali_hmi</dc:creator>
      <dc:date>2018-01-11T07:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: Related content  ( path file ?)</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/related-content-path-file/m-p/29983#M12754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the REST API, that's fine. You can also the relatedContentService, which is available in community edition V6 as well -&amp;nbsp;&lt;A class="link-titled" href="https://github.com/Activiti/Activiti/blob/6.x/modules/activiti-ui/activiti-app-logic/src/main/java/org/activiti/app/service/runtime/RelatedContentService.java" title="https://github.com/Activiti/Activiti/blob/6.x/modules/activiti-ui/activiti-app-logic/src/main/java/org/activiti/app/service/runtime/RelatedContentService.java" rel="nofollow noopener noreferrer"&gt;Activiti/RelatedContentService.java at 6.x · Activiti/Activiti · GitHub&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also if you want to get the actual path from the storeId, you can use this class -&amp;nbsp;&lt;A class="link-titled" href="https://github.com/Activiti/Activiti/blob/6.x/modules/activiti-ui/content-storage-fs/src/main/java/org/activiti/content/storage/fs/PathConverter.java" title="https://github.com/Activiti/Activiti/blob/6.x/modules/activiti-ui/content-storage-fs/src/main/java/org/activiti/content/storage/fs/PathConverter.java" rel="nofollow noopener noreferrer"&gt;Activiti/PathConverter.java at 6.x · Activiti/Activiti · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ciju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2018 14:08:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/related-content-path-file/m-p/29983#M12754</guid>
      <dc:creator>cjose</dc:creator>
      <dc:date>2018-01-11T14:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Related content  ( path file ?)</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/related-content-path-file/m-p/29984#M12755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i need an example&amp;nbsp;with RelatedContentService if&amp;nbsp;some one have it ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2018 13:13:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/related-content-path-file/m-p/29984#M12755</guid>
      <dc:creator>abdeljali_hmi</dc:creator>
      <dc:date>2018-01-15T13:13:15Z</dc:date>
    </item>
  </channel>
</rss>

