<?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 Is it posible to get Form properties ENUM by using REST API ? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/is-it-posible-to-get-form-properties-enum-by-using-rest-api/m-p/165095#M118804</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it posible to get Form properties ENUM by using REST API ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;suseno&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Aug 2013 03:20:22 GMT</pubDate>
    <dc:creator>suseno</dc:creator>
    <dc:date>2013-08-30T03:20:22Z</dc:date>
    <item>
      <title>Is it posible to get Form properties ENUM by using REST API ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-it-posible-to-get-form-properties-enum-by-using-rest-api/m-p/165095#M118804</link>
      <description>Hi All,Is it posible to get Form properties ENUM by using REST API ?regardssuseno</description>
      <pubDate>Fri, 30 Aug 2013 03:20:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-it-posible-to-get-form-properties-enum-by-using-rest-api/m-p/165095#M118804</guid>
      <dc:creator>suseno</dc:creator>
      <dc:date>2013-08-30T03:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: Is it posible to get Form properties ENUM by using REST API ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-it-posible-to-get-form-properties-enum-by-using-rest-api/m-p/165096#M118805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In the form/form-data service you should get back the enum values:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://activiti.org/userguide/index.html#N153CF" rel="nofollow noopener noreferrer"&gt;http://activiti.org/userguide/index.html#N153CF&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Sep 2013 17:15:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-it-posible-to-get-form-properties-enum-by-using-rest-api/m-p/165096#M118805</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2013-09-02T17:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Is it posible to get Form properties ENUM by using REST API ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-it-posible-to-get-form-properties-enum-by-using-rest-api/m-p/165097#M118806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;is it possible to have the same result with the java api please ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried with :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ProcessEngines&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .getDefaultProcessEngine()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .getFormService()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .getTaskFormData(taskId)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .getFormProperties()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .listIterator();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;here is my result :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; "id": "__button__",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; "name": "team2",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; "type": {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; "name": "enum"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; },&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; "value": null,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; "readable": true,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; "writable": true,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; "required": false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but I don't have the different values of my enum. Is my call to the engine wrong ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help,&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;Aurelien&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 09:19:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-it-posible-to-get-form-properties-enum-by-using-rest-api/m-p/165097#M118806</guid>
      <dc:creator>aurelienpel</dc:creator>
      <dc:date>2014-12-03T09:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: Is it posible to get Form properties ENUM by using REST API ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-it-posible-to-get-form-properties-enum-by-using-rest-api/m-p/165098#M118807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't see how you can get a json result with a java call?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2014 15:32:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-it-posible-to-get-form-properties-enum-by-using-rest-api/m-p/165098#M118807</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-12-05T15:32:13Z</dc:date>
    </item>
  </channel>
</rss>

