<?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 create custom action Evaluator in Alfresco 5.0 ? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-create-custom-action-evaluator-in-alfresco-5-0/m-p/307612#M260742</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&amp;nbsp; Team,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you please advice me how can i create custom action Evaluator in alfresco 5.0 enterprise ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I used to create custom Evaluator in Alfresco 4.2.3.3 enterprise as given below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;import org.json.JSONObject;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;import alfresco.web.evaluator.BaseEvaluator;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;//example&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;public class IsCommentUpdated extends BaseEvaluator{&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;@Override&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;public boolean evaluate(JSONObject arg0) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;//… code&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return false;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"BaseEvaluator" class was present in alfresco-share-4.2.3.3.jar file. but in Alfresco 5.x i can see this jar file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What is the location of Evaluator classes in 5.x ??&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Abhinav&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Apr 2015 08:37:24 GMT</pubDate>
    <dc:creator>abhinav</dc:creator>
    <dc:date>2015-04-11T08:37:24Z</dc:date>
    <item>
      <title>How to create custom action Evaluator in Alfresco 5.0 ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-create-custom-action-evaluator-in-alfresco-5-0/m-p/307612#M260742</link>
      <description>Hi&amp;nbsp; Team,Can you please advice me how can i create custom action Evaluator in alfresco 5.0 enterprise ?I used to create custom Evaluator in Alfresco 4.2.3.3 enterprise as given below:import org.json.JSONObject;import alfresco.web.evaluator.BaseEvaluator;//examplepublic class IsCommentUpdated extends</description>
      <pubDate>Sat, 11 Apr 2015 08:37:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-create-custom-action-evaluator-in-alfresco-5-0/m-p/307612#M260742</guid>
      <dc:creator>abhinav</dc:creator>
      <dc:date>2015-04-11T08:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to create custom action Evaluator in Alfresco 5.0 ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-create-custom-action-evaluator-in-alfresco-5-0/m-p/307613#M260743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It seems no one from Alfresco development community is interested to resolve others problems. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 06:19:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-create-custom-action-evaluator-in-alfresco-5-0/m-p/307613#M260743</guid>
      <dc:creator>abhinav</dc:creator>
      <dc:date>2015-04-14T06:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to create custom action Evaluator in Alfresco 5.0 ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-create-custom-action-evaluator-in-alfresco-5-0/m-p/307614#M260744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Abhinav,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;BaseEvaluator class in 5.x is in same package (org.alfresco.web.evaluator) but moved to tomcat/webapps/share/WEB-INF/classes/org/alfresco/web/evaluator/ path.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2015 19:51:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-create-custom-action-evaluator-in-alfresco-5-0/m-p/307614#M260744</guid>
      <dc:creator>deepak1987</dc:creator>
      <dc:date>2015-04-16T19:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to create custom action Evaluator in Alfresco 5.0 ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-create-custom-action-evaluator-in-alfresco-5-0/m-p/307615#M260745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you Deepak.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I found it already.. it seems alfresco removed it from jar file (alfresco-share-4.2.x.jar) and placed to folder under share/WEB-INF/classes/org/alfresco/web/evaluator/&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It seems you can not refer to these classes without creating a zip out of it and place them manually in IDE (eclipse) classpath.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Alfresco 5 onwards it is so called Public apis &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks alot for your reply.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 08:27:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-create-custom-action-evaluator-in-alfresco-5-0/m-p/307615#M260745</guid>
      <dc:creator>abhinav</dc:creator>
      <dc:date>2015-04-17T08:27:23Z</dc:date>
    </item>
  </channel>
</rss>

