<?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 How to get historic form property names in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-historic-form-property-names/m-p/111933#M78763</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;With &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;historyService.createHistoricDetailQuery.taskId(taskId).formProperties().list()&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I get a list of HistoricFormProperty elements. Using them I can get property id (e.g. "numberOfDays" in the Vacation Request example) and values, but I'm missing property names (e.g. "Number of days").&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I retreive those values?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Bye&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Franco&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Nov 2012 16:19:15 GMT</pubDate>
    <dc:creator>f_lombardo</dc:creator>
    <dc:date>2012-11-16T16:19:15Z</dc:date>
    <item>
      <title>How to get historic form property names</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-historic-form-property-names/m-p/111933#M78763</link>
      <description>With historyService.createHistoricDetailQuery.taskId(taskId).formProperties().list()I get a list of HistoricFormProperty elements. Using them I can get property id (e.g. "numberOfDays" in the Vacation Request example) and values, but I'm missing property names (e.g. "Number of days").How can I retre</description>
      <pubDate>Fri, 16 Nov 2012 16:19:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-get-historic-form-property-names/m-p/111933#M78763</guid>
      <dc:creator>f_lombardo</dc:creator>
      <dc:date>2012-11-16T16:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to get historic form property names</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-historic-form-property-names/m-p/111934#M78764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry, those names are not stored in the database, only the 'ids' are, because those are the one that matter for the engine.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2012 18:38:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-get-historic-form-property-names/m-p/111934#M78764</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2012-11-16T18:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to get historic form property names</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-historic-form-property-names/m-p/111935#M78765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you think that names will be included in the DB in one of the next releases?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Franco&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2012 22:34:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-get-historic-form-property-names/m-p/111935#M78765</guid>
      <dc:creator>f_lombardo</dc:creator>
      <dc:date>2012-11-16T22:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to get historic form property names</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-historic-form-property-names/m-p/111936#M78766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can always try to extract the property-names from the associated process-definiition's form-definitions…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2012 08:55:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-get-historic-form-property-names/m-p/111936#M78766</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2012-11-19T08:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to get historic form property names</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-historic-form-property-names/m-p/111937#M78767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;But is there an API call to obtain those definitions for a completed task, or have I to parse the XML definition of the process?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Bye&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Franco&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2012 09:34:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-get-historic-form-property-names/m-p/111937#M78767</guid>
      <dc:creator>f_lombardo</dc:creator>
      <dc:date>2012-11-19T09:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to get historic form property names</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-historic-form-property-names/m-p/111938#M78768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For the moment, you'll have to parse the xml yourself by getting the ReadOnlyProcessDefinition.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Starting from next release, we'll ship with a xml -&amp;gt; java pojo converter&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2012 10:39:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-get-historic-form-property-names/m-p/111938#M78768</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2012-11-19T10:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to get historic form property names</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-historic-form-property-names/m-p/111939#M78769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK, thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Bye&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Franco&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2012 11:37:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-get-historic-form-property-names/m-p/111939#M78769</guid>
      <dc:creator>f_lombardo</dc:creator>
      <dc:date>2012-11-19T11:37:57Z</dc:date>
    </item>
  </channel>
</rss>

