<?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 How to make version specific associations? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-make-version-specific-associations/m-p/304136#M257266</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So I'm trying to emulate the functionality of DDI within the alfresco content model (in summary; DDI is a data metadata modelling system loosely based on graph concepts, such as RDF).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One of the things I'm trying to do is implement version persistence for alfresco nodes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;E.g. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have two alfresco nodes; nA and nB which are of types tA and tB respectively.&amp;nbsp; Both nodes are at version 1.0.&amp;nbsp; There is an association between nA and nB which implies that nB is a child of nA.&amp;nbsp; When I edit nB and it becomes v2.0, nA also gets updated and becomes v2.0 (because of a custom behaviour).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I'm wondering is; is there a way to make it so that the association works for the specific versions of the nodes.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I.e. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;when I view nA v1.0, it has an association to nB v1.0.&amp;nbsp; When I view nA v2.0, it has an association to nB v2.0?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jul 2016 14:50:33 GMT</pubDate>
    <dc:creator>abroadbent</dc:creator>
    <dc:date>2016-07-12T14:50:33Z</dc:date>
    <item>
      <title>How to make version specific associations?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-make-version-specific-associations/m-p/304136#M257266</link>
      <description>So I'm trying to emulate the functionality of DDI within the alfresco content model (in summary; DDI is a data metadata modelling system loosely based on graph concepts, such as RDF).One of the things I'm trying to do is implement version persistence for alfresco nodes.E.g. I have two alfresco nodes</description>
      <pubDate>Tue, 12 Jul 2016 14:50:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-make-version-specific-associations/m-p/304136#M257266</guid>
      <dc:creator>abroadbent</dc:creator>
      <dc:date>2016-07-12T14:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to make version specific associations?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-make-version-specific-associations/m-p/304137#M257267</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;unfortunately the support for associations to versions is quite limited. All associations are typically to the latest version only. Additionally, it should be avoided to create too many associations as they are really inefficient to lookup via the Alfresco services (no caching, always required to go to database). What I might do in this case would be to keep the association between the latest versions, but use a custom versioning / copy behaviour to add a custom property of type d:noderef to my version node, which references the precise version node (for version 1.0) of the associated document at the time the version is created.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another matter to consider: Alfresco Share does not have any decent support for viewing versioned documents in document-details. Yes, you can compare the properties over the version history of a single document, but you can't really navigate to the details page of a version node of an associated document, as the UI would likely fail in various places due to lack of the expected content structure / context.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Axel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 15:21:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-make-version-specific-associations/m-p/304137#M257267</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2016-07-12T15:21:32Z</dc:date>
    </item>
  </channel>
</rss>

