<?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: Realization of an ERD in Alfresco Model Manager in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/realization-of-an-erd-in-alfresco-model-manager/m-p/100898#M29053</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you trying to map a table and its columns with content model ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Jul 2019 14:53:21 GMT</pubDate>
    <dc:creator>abhinavmishra14</dc:creator>
    <dc:date>2019-07-10T14:53:21Z</dc:date>
    <item>
      <title>Realization of an ERD in Alfresco Model Manager</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/realization-of-an-erd-in-alfresco-model-manager/m-p/100895#M29050</link>
      <description>Hi,I currently have an Entity Relationship Diagram which I want to realize in my Model Manager.I created the Model and added my tables but I don't know how to implement my connections between the tables (Foreign-keys). I tried associations already but I'm not sure about how or if I can connect my ta</description>
      <pubDate>Wed, 10 Jul 2019 07:58:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/realization-of-an-erd-in-alfresco-model-manager/m-p/100895#M29050</guid>
      <dc:creator>kwiesinger</dc:creator>
      <dc:date>2019-07-10T07:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: Realization of an ERD in Alfresco Model Manager</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/realization-of-an-erd-in-alfresco-model-manager/m-p/100896#M29051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have mentioned Model Manager, so you must be talking about the content model.&lt;/P&gt;&lt;P&gt;Content Model in Alfresco is to bind the set of metadata to content(document or folder).&lt;/P&gt;&lt;P&gt;However, you can build an association between different contents within Alfresco.&lt;/P&gt;&lt;P&gt;But it is difficult to understand what exactly you want to do by creating tables.&lt;/P&gt;&lt;P&gt;Which kind of tables?&lt;/P&gt;&lt;P&gt;Can you please explain a bit more about this?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kintu&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.contcentric.com" rel="nofollow noopener noreferrer"&gt;ContCentric&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jul 2019 08:14:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/realization-of-an-erd-in-alfresco-model-manager/m-p/100896#M29051</guid>
      <dc:creator>kintu_barot</dc:creator>
      <dc:date>2019-07-10T08:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Realization of an ERD in Alfresco Model Manager</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/realization-of-an-erd-in-alfresco-model-manager/m-p/100897#M29052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Luckily I found a solution for my problem, thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Katharina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jul 2019 09:04:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/realization-of-an-erd-in-alfresco-model-manager/m-p/100897#M29052</guid>
      <dc:creator>kwiesinger</dc:creator>
      <dc:date>2019-07-10T09:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: Realization of an ERD in Alfresco Model Manager</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/realization-of-an-erd-in-alfresco-model-manager/m-p/100898#M29053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you trying to map a table and its columns with content model ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jul 2019 14:53:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/realization-of-an-erd-in-alfresco-model-manager/m-p/100898#M29053</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2019-07-10T14:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: Realization of an ERD in Alfresco Model Manager</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/realization-of-an-erd-in-alfresco-model-manager/m-p/100899#M29054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my experience, the document content model in Alfresco does not adapt well to the relational database paradigms. Although you may adapt most of the relational DB concepts, Alfresco is not really designed with that purpose in mind. After completing your content model using ERD and RDB concepts, you will probably realize that performing some relational queries can be difficult or impossible, and the performance of some queries can be very poor.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't have a methodology of my own, but I have found that you may benefit from abandoning, at least temporarily, your relational DB experience, and trying to understand and embrace Alfresco's model.&amp;nbsp;&lt;/P&gt;&lt;P&gt;You may feel uncomfortable abandoning the RDB paradigms, but the Alfresco content model has interesting features that a RDB doesn't have. The content model is conceptually closer to Object Oriented Programming, Aspect Oriented Programming, and hierarchical databases.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jul 2019 14:28:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/realization-of-an-erd-in-alfresco-model-manager/m-p/100899#M29054</guid>
      <dc:creator>lcolorado</dc:creator>
      <dc:date>2019-07-11T14:28:18Z</dc:date>
    </item>
  </channel>
</rss>

