<?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: Need to access processVariables in convertFormValueToModelValue() in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/need-to-access-processvariables-in-convertformvaluetomodelvalue/m-p/174667#M127797</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ups, I only looked into the api-docs. I found the classes in the impl packages. sorry for stealing your time. Finally I must decide for myself, if I want to use an impl class directly in my source code (I mean from a "design-technical" point of view). &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Stephan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 May 2014 09:36:17 GMT</pubDate>
    <dc:creator>stephan_bauer</dc:creator>
    <dc:date>2014-05-23T09:36:17Z</dc:date>
    <item>
      <title>Need to access processVariables in convertFormValueToModelValue()</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/need-to-access-processvariables-in-convertformvaluetomodelvalue/m-p/174664#M127794</link>
      <description>Hi,I have been searching the forum now very deeply, but I couldn't find any topic that fits for my problem:I write my own custom FormType (extends AbstractFormType). I wanted to do it analog to the more complex "ProcessDefinitionFormType" example explained in http://www.jorambarrez.be/blog/2013/03/1</description>
      <pubDate>Wed, 21 May 2014 14:31:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/need-to-access-processvariables-in-convertformvaluetomodelvalue/m-p/174664#M127794</guid>
      <dc:creator>stephan_bauer</dc:creator>
      <dc:date>2014-05-21T14:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: Need to access processVariables in convertFormValueToModelValue()</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/need-to-access-processvariables-in-convertformvaluetomodelvalue/m-p/174665#M127795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm not sure, but can you get the current ExecutionContext (Context.getExecutionContext():smileywink:, that would give you the current execution and thus the process instance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 11:31:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/need-to-access-processvariables-in-convertformvaluetomodelvalue/m-p/174665#M127795</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-05-22T11:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Need to access processVariables in convertFormValueToModelValue()</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/need-to-access-processvariables-in-convertformvaluetomodelvalue/m-p/174666#M127796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Joram,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks, but I could neither find a class named "Context" nor "ExecutionContext". In which jar file are they included? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks again,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Stephan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 07:28:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/need-to-access-processvariables-in-convertformvaluetomodelvalue/m-p/174666#M127796</guid>
      <dc:creator>stephan_bauer</dc:creator>
      <dc:date>2014-05-23T07:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Need to access processVariables in convertFormValueToModelValue()</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/need-to-access-processvariables-in-convertformvaluetomodelvalue/m-p/174667#M127797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ups, I only looked into the api-docs. I found the classes in the impl packages. sorry for stealing your time. Finally I must decide for myself, if I want to use an impl class directly in my source code (I mean from a "design-technical" point of view). &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Stephan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 09:36:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/need-to-access-processvariables-in-convertformvaluetomodelvalue/m-p/174667#M127797</guid>
      <dc:creator>stephan_bauer</dc:creator>
      <dc:date>2014-05-23T09:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: Need to access processVariables in convertFormValueToModelValue()</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/need-to-access-processvariables-in-convertformvaluetomodelvalue/m-p/174668#M127798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;sorry, I need to follow up once more. If I used activiti-cdi, would it then be possible to inject activiti-stuff into my custom form type? If yes, which scope suits best for that case? =&amp;gt; This maybe turns out to become a more general question: Which Scope suits best for the other stuff I extend, like TaskListeners, especially when i am inside the activiti-explorer.war (to be more precise: we are trying to use activiti-stuff only inside the explorer webapp and plan to make REST-calls into a completely separate EAR file (which itself is unaware of activiti) for the "real" business logic stuff).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Stephan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 09:45:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/need-to-access-processvariables-in-convertformvaluetomodelvalue/m-p/174668#M127798</guid>
      <dc:creator>stephan_bauer</dc:creator>
      <dc:date>2014-05-23T09:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: Need to access processVariables in convertFormValueToModelValue()</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/need-to-access-processvariables-in-convertformvaluetomodelvalue/m-p/174669#M127799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&amp;gt; Finally I must decide for myself, if I want to use an impl class directly in my source code&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Valid point. Those impl classes are indeed not seen as 'stable' vs the API.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt;&amp;nbsp; If I used activiti-cdi, would it then be possible to inject activiti-stuff into my custom form type&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Im not sure about CDI (not my main knowledge) - but if the form stuff is in a bean that should work. However, I don't know how this setup would look as the order if injecting will probably have influence.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 08:10:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/need-to-access-processvariables-in-convertformvaluetomodelvalue/m-p/174669#M127799</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-05-27T08:10:30Z</dc:date>
    </item>
  </channel>
</rss>

