<?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 Re: Create rules programmatically in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/create-rules-programmatically/m-p/61058#M21363</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for my lack of knowledge but:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Do you have any tutorial about how to use/create an Alfresco SDK project?&lt;/P&gt;&lt;P&gt;2) I heard that REST API is deprecated, and i can't find a method for rules in here&amp;nbsp;&lt;A class="jivelink11" href="https://api-explorer.alfresco.com/api-explorer/" title="https://api-explorer.alfresco.com/api-explorer/" rel="nofollow noopener noreferrer"&gt;https://api-explorer.alfresco.com/api-explorer/&lt;/A&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Repository REST API Remote &lt;BR /&gt;This is the older deprecated REST API based on web scripts. You should use the new REST API, which consist of the CMIS REST API and the Alfresco REST API.&lt;/P&gt;&lt;P&gt;DEPRECATED: use REST API instead.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Jul 2018 10:50:04 GMT</pubDate>
    <dc:creator>radugabi93</dc:creator>
    <dc:date>2018-07-11T10:50:04Z</dc:date>
    <item>
      <title>Create rules programmatically</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/create-rules-programmatically/m-p/61054#M21359</link>
      <description>Hello,I want to create/assign hundreds of rules and i don't want to create/assign for every folder manually. How can i do this programatically? Are there any config file where i can define them?PS: I'm using Alfresco&amp;nbsp;Community&amp;nbsp;-&amp;nbsp;5.2.0.</description>
      <pubDate>Wed, 11 Jul 2018 10:33:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/create-rules-programmatically/m-p/61054#M21359</guid>
      <dc:creator>radugabi93</dc:creator>
      <dc:date>2018-07-11T10:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: Create rules programmatically</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/create-rules-programmatically/m-p/61055#M21360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This answer is still valid (afaik):&amp;nbsp;&lt;A _jive_internal="true" class="link-titled" href="https://community.alfresco.com/message/636634-re-how-to-create-rule-for-aspect-programmatically?commentID=636634#comment-636634" title="https://community.alfresco.com/message/636634-re-how-to-create-rule-for-aspect-programmatically?commentID=636634#comment-636634" rel="nofollow noopener noreferrer"&gt;https://community.alfresco.com/message/636634-re-how-to-create-rule-for-aspect-programmatically?commentID=636634#comment…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2018 10:36:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/create-rules-programmatically/m-p/61055#M21360</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2018-07-11T10:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: Create rules programmatically</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/create-rules-programmatically/m-p/61056#M21361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And where should i place that code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2018 10:41:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/create-rules-programmatically/m-p/61056#M21361</guid>
      <dc:creator>radugabi93</dc:creator>
      <dc:date>2018-07-11T10:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: Create rules programmatically</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/create-rules-programmatically/m-p/61057#M21362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This code is from the Java Foundation API, you can deploy it by using an Alfresco SDK project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you feel more comfortable, the same can be achieved also by using REST API.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2018 10:42:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/create-rules-programmatically/m-p/61057#M21362</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2018-07-11T10:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: Create rules programmatically</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/create-rules-programmatically/m-p/61058#M21363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for my lack of knowledge but:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Do you have any tutorial about how to use/create an Alfresco SDK project?&lt;/P&gt;&lt;P&gt;2) I heard that REST API is deprecated, and i can't find a method for rules in here&amp;nbsp;&lt;A class="jivelink11" href="https://api-explorer.alfresco.com/api-explorer/" title="https://api-explorer.alfresco.com/api-explorer/" rel="nofollow noopener noreferrer"&gt;https://api-explorer.alfresco.com/api-explorer/&lt;/A&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Repository REST API Remote &lt;BR /&gt;This is the older deprecated REST API based on web scripts. You should use the new REST API, which consist of the CMIS REST API and the Alfresco REST API.&lt;/P&gt;&lt;P&gt;DEPRECATED: use REST API instead.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2018 10:50:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/create-rules-programmatically/m-p/61058#M21363</guid>
      <dc:creator>radugabi93</dc:creator>
      <dc:date>2018-07-11T10:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: Create rules programmatically</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/create-rules-programmatically/m-p/61059#M21364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Best tutorial on how to start with Alfresco SDK is&amp;nbsp;&lt;A href="https://ecmarchitect.com/alfresco-developer-series-tutorials/maven-sdk/tutorial/tutorial.html" rel="nofollow noopener noreferrer"&gt;https://ecmarchitect.com/alfresco-developer-series-tutorials/maven-sdk/tutorial/tutorial.html&lt;/A&gt;&amp;nbsp;from &lt;B&gt;Jeff Potts&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently, the new REST API (based in Swagger/OpenAPIs and available at api-explorer website) does not include rules support yet. You should use the old REST API to manage rules. Although this old REST API is deprecated, it will be available for a year or two.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2018 11:03:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/create-rules-programmatically/m-p/61059#M21364</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2018-07-11T11:03:07Z</dc:date>
    </item>
  </channel>
</rss>

