<?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 Eclipse plugin form properties in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/eclipse-plugin-form-properties/m-p/180189#M133319</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am currently creating a BPMN diagram using Eclipse plugin. So on a task I can add form properties. When editing the property there are multiple field like id name type etc. There is also a field named Default and one named Variable. How can I retrieve the values of these fields using the API.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Currently I do something&amp;nbsp; like &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;TaskFormData formData = formService.getTaskFormData(taskId);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;List&amp;lt;FormProperty&amp;gt; list = formData.getFormProperties();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;for (FormProperty p : list) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I thought I could get the value by doing p.getVariable() or p.getType().getInformation("variable"); &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but looking in the code these are not available.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any idea why ? is the Eclipse plugin not base on the same code as the FormService ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;JP&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Jan 2015 16:28:27 GMT</pubDate>
    <dc:creator>ritz57</dc:creator>
    <dc:date>2015-01-08T16:28:27Z</dc:date>
    <item>
      <title>Eclipse plugin form properties</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/eclipse-plugin-form-properties/m-p/180189#M133319</link>
      <description>Hi I am currently creating a BPMN diagram using Eclipse plugin. So on a task I can add form properties. When editing the property there are multiple field like id name type etc. There is also a field named Default and one named Variable. How can I retrieve the values of these fields using the API.Cu</description>
      <pubDate>Thu, 08 Jan 2015 16:28:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/eclipse-plugin-form-properties/m-p/180189#M133319</guid>
      <dc:creator>ritz57</dc:creator>
      <dc:date>2015-01-08T16:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: Eclipse plugin form properties</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/eclipse-plugin-form-properties/m-p/180190#M133320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you trying to get the form definition? Or are you trying to get the runtime values?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want the form definition you need the bpmn model which can be accessed through the repository service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The runtime values of for example the variables defined in a form are accessible through the form service and should be available as value objects.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yvo&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 15:55:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/eclipse-plugin-form-properties/m-p/180190#M133320</guid>
      <dc:creator>yvoswillens</dc:creator>
      <dc:date>2015-02-02T15:55:04Z</dc:date>
    </item>
  </channel>
</rss>

