<?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: Modifying existing content model in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/modifying-existing-content-model/m-p/287367#M240497</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm trying to achieve it by bi-directional association (using Java) such that person (if it is a party) to be associated to party and same for business. Coding such a way that when party is created, edited or deleted associated person or business should get created, edited or deleted respectively. Please comment on it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Jan 2014 18:00:05 GMT</pubDate>
    <dc:creator>nikhilaraballi</dc:creator>
    <dc:date>2014-01-10T18:00:05Z</dc:date>
    <item>
      <title>Modifying existing content model</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/modifying-existing-content-model/m-p/287365#M240495</link>
      <description>We would like to insert a class between two Alfresco class sys:base and cm&lt;IMG id="smileytongue" class="emoticon emoticon-smileytongue" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;erson. What are the options? Like type Party has 2 children, Person(individual) and Organisation, So how to model it as Type Party comes between sys:base and cm&lt;IMG id="smileytongue" class="emoticon emoticon-smileytongue" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;erson</description>
      <pubDate>Sun, 05 Jan 2014 18:37:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/modifying-existing-content-model/m-p/287365#M240495</guid>
      <dc:creator>nikhilaraballi</dc:creator>
      <dc:date>2014-01-05T18:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying existing content model</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/modifying-existing-content-model/m-p/287366#M240496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It is likely to be a lot less trouble (and safer) to create an aspect that you can add to the out-of-the-box person type rather than touching Alfresco's model. Is that a viable approach for what you are trying to do?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jan 2014 21:35:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/modifying-existing-content-model/m-p/287366#M240496</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2014-01-07T21:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying existing content model</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/modifying-existing-content-model/m-p/287367#M240497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm trying to achieve it by bi-directional association (using Java) such that person (if it is a party) to be associated to party and same for business. Coding such a way that when party is created, edited or deleted associated person or business should get created, edited or deleted respectively. Please comment on it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 18:00:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/modifying-existing-content-model/m-p/287367#M240497</guid>
      <dc:creator>nikhilaraballi</dc:creator>
      <dc:date>2014-01-10T18:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying existing content model</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/modifying-existing-content-model/m-p/287368#M240498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For this I would definitely create an aspect and add it to the person objects that need to be treated differently than "normal" person objects. As part of the aspect you can define one or more associations that point to the other objects that need to be related to that person object.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you would like to also add logic then I would create a behavior and bind it to the aspect and the creation of the association so that when the aspect is added or when the associations are created or deleted your code can do what it needs to.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All of this–creating custom aspects, creating associations, and creating behaviors–is documented so hopefully you can hook it all together to make it work according to your requirements.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 19:06:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/modifying-existing-content-model/m-p/287368#M240498</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2014-01-10T19:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying existing content model</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/modifying-existing-content-model/m-p/287369#M240499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you very much, Jeff. I'll try that.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 21:29:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/modifying-existing-content-model/m-p/287369#M240499</guid>
      <dc:creator>nikhilaraballi</dc:creator>
      <dc:date>2014-01-10T21:29:48Z</dc:date>
    </item>
  </channel>
</rss>

