<?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 Activiti Explorer uses not stalbe  AbstractFormType Class in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/activiti-explorer-uses-not-stalbe-abstractformtype-class/m-p/131019#M92043</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The stable &lt;/SPAN&gt;&lt;EM&gt;org.activiti.explorer.form.UserFormType&lt;/EM&gt;&lt;SPAN&gt; uses not a stable AbstractFormType class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi, Today I &lt;/SPAN&gt;&lt;A href="http://forums.activiti.org/en/viewtopic.php?f=6&amp;amp;t=5721" rel="nofollow noopener noreferrer"&gt;found out&lt;/A&gt;&lt;SPAN&gt; what can happen when you do not use stable activiti classes from &lt;/SPAN&gt;&lt;EM&gt;impl &lt;/EM&gt;&lt;SPAN&gt;packages: the ant deploy classes were in 5.11 removed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Currently in my code is inherited from a non-stable class: &lt;/SPAN&gt;&lt;EM&gt;org.activiti.engine.impl.form.AbstractFormType&lt;/EM&gt;&lt;SPAN&gt;, that has 3 methods&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;nbsp; public abstract Object convertFormValueToModelValue(String propertyValue);&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; public abstract String convertModelValueToFormValue(Object modelValue);&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; public Object getInformation(String key) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return null;&lt;BR /&gt;&amp;nbsp; }&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;That &lt;/SPAN&gt;&lt;EM&gt;AbstractFormType &lt;/EM&gt;&lt;SPAN&gt; implements the org.activiti.engine.form.FormType interface, that has only &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;nbsp; String getName();&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; Object getInformation(String key);&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;I use the &lt;/SPAN&gt;&lt;EM&gt;impl &lt;/EM&gt;&lt;SPAN&gt;class, because the &lt;/SPAN&gt;&lt;EM&gt;org.activiti.explorer.form.UserFormType&lt;/EM&gt;&lt;SPAN&gt; uses it too and i'm not found&amp;nbsp; otger better solutions :shock: I builded my code using &lt;/SPAN&gt;&lt;EM&gt;UserFormType &lt;/EM&gt;&lt;SPAN&gt;as example.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The question is whether it is planned to offer the public &lt;/SPAN&gt;&lt;STRONG&gt;stable &lt;/STRONG&gt;&lt;SPAN&gt;interface, so that someone in the future does not get the problems that today someone get with ant as example.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Dec 2012 14:12:03 GMT</pubDate>
    <dc:creator>udoderk</dc:creator>
    <dc:date>2012-12-07T14:12:03Z</dc:date>
    <item>
      <title>Activiti Explorer uses not stalbe  AbstractFormType Class</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-explorer-uses-not-stalbe-abstractformtype-class/m-p/131019#M92043</link>
      <description>The stable org.activiti.explorer.form.UserFormType uses not a stable AbstractFormType class.Hi, Today I found out what can happen when you do not use stable activiti classes from impl packages: the ant deploy classes were in 5.11 removed.Currently in my code is inherited from a non-stable class: org</description>
      <pubDate>Fri, 07 Dec 2012 14:12:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-explorer-uses-not-stalbe-abstractformtype-class/m-p/131019#M92043</guid>
      <dc:creator>udoderk</dc:creator>
      <dc:date>2012-12-07T14:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti Explorer uses not stalbe  AbstractFormType Class</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-explorer-uses-not-stalbe-abstractformtype-class/m-p/131020#M92044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You are correct, there is no reason why that class should be in the impl package, especially since the internal PropertyHandler class depends on it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Moved it next to the FormType interface: &lt;/SPAN&gt;&lt;A href="https://github.com/Activiti/Activiti/commit/23a9393118b706fd5f2dafc21fa4572dd7d4948e" rel="nofollow noopener noreferrer"&gt;https://github.com/Activiti/Activiti/commit/23a9393118b706fd5f2dafc21fa4572dd7d4948e&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 09:28:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-explorer-uses-not-stalbe-abstractformtype-class/m-p/131020#M92044</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2012-12-10T09:28:41Z</dc:date>
    </item>
  </channel>
</rss>

