<?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: Using Domain Objects in the Process in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/using-domain-objects-in-the-process/m-p/53145#M31411</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Would you be surprised if I said, read the fine manual? Oh and full examples are….. in the activiti examples…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 13 Aug 2011 07:44:31 GMT</pubDate>
    <dc:creator>ronald_van_kuij</dc:creator>
    <dc:date>2011-08-13T07:44:31Z</dc:date>
    <item>
      <title>Using Domain Objects in the Process</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-domain-objects-in-the-process/m-p/53142#M31408</link>
      <description>Hi I have an “Investigate Customer” process where flows in the business process use information from the Customer domain object to make decisions as to the path the process should follow e.g. amount owed, country region, manual or electronic etc.&amp;nbsp;&amp;nbsp;&amp;nbsp; This customer object is a pre-existing and very co</description>
      <pubDate>Fri, 12 Aug 2011 12:30:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-domain-objects-in-the-process/m-p/53142#M31408</guid>
      <dc:creator>j_p_ryan</dc:creator>
      <dc:date>2011-08-12T12:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: Using Domain Objects in the Process</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-domain-objects-in-the-process/m-p/53143#M31409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is no wrong or one right way to do this. For JPA entities Activiti has a 'solution' where only the id is stored in activiti and the entity is loaded via the entitimanager it belongs to. In other cases you can mimic this by also storing the id (and maybe the class type) and having an el resolver that does the actual work, or load things in a base class of a service (which gets the id from a process variable)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But storing only those parts in the engine that are relevant often works very wel. So it is up to you&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just some random thoughts&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2011 14:25:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-domain-objects-in-the-process/m-p/53143#M31409</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2011-08-12T14:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: Using Domain Objects in the Process</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-domain-objects-in-the-process/m-p/53144#M31410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Ronald,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;… For JPA entities Activiti has a 'solution' where only the id is stored in activiti and the entity is loaded via the entitimanager it belongs to.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Any idea where I can find an example of how this is done?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;James&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2011 14:44:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-domain-objects-in-the-process/m-p/53144#M31410</guid>
      <dc:creator>j_p_ryan</dc:creator>
      <dc:date>2011-08-12T14:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: Using Domain Objects in the Process</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-domain-objects-in-the-process/m-p/53145#M31411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Would you be surprised if I said, read the fine manual? Oh and full examples are….. in the activiti examples…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Aug 2011 07:44:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-domain-objects-in-the-process/m-p/53145#M31411</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2011-08-13T07:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: Using Domain Objects in the Process</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-domain-objects-in-the-process/m-p/53146#M31412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Ronald,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yea I know…lazy person here spotted that 10 minutes after putting up the post.&amp;nbsp; Bit of a RTFM fault you might say.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry forgot to update post and thanks again for the help,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;James&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Aug 2011 07:55:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-domain-objects-in-the-process/m-p/53146#M31412</guid>
      <dc:creator>j_p_ryan</dc:creator>
      <dc:date>2011-08-13T07:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: Using Domain Objects in the Process</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-domain-objects-in-the-process/m-p/53147#M31413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://connect.hyland.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Aug 2011 09:33:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-domain-objects-in-the-process/m-p/53147#M31413</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2011-08-13T09:33:26Z</dc:date>
    </item>
  </channel>
</rss>

