<?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: getRuleService deprecated? in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/getruleservice-deprecated/m-p/25953#M11248</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/4825"&gt;@cristinamr&lt;/A&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;Well there is no specific docs which can tell what's being deprecated. But this doc would have list of services which are available..&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I've already knew that informtation but thanks anyway!! &lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://connect.hyland.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/78314"&gt;@lucastancapiano&lt;/A&gt;maybe you should put a post in the Alfresco Process Services &amp;amp; Activiti - Forum.&lt;/P&gt;
&lt;P&gt;Cheers.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Glad to hear that&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/4825"&gt;@cristinamr&lt;/A&gt;&amp;nbsp;, you were asking though so i posted the info.&lt;/P&gt;</description>
    <pubDate>Thu, 22 Jul 2021 15:57:37 GMT</pubDate>
    <dc:creator>abhinavmishra14</dc:creator>
    <dc:date>2021-07-22T15:57:37Z</dc:date>
    <item>
      <title>getRuleService deprecated?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/getruleservice-deprecated/m-p/25946#M11241</link>
      <description>&lt;P&gt;Hi, I would use the RuleService through java API. Once it was taken from the Service Registry through the method: serviceRegistry.getRuleService() but I see now it is deprecated. What is the current solution to use it?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jul 2021 19:11:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/getruleservice-deprecated/m-p/25946#M11241</guid>
      <dc:creator>lucastancapiano</dc:creator>
      <dc:date>2021-07-19T19:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: getRuleService deprecated?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/getruleservice-deprecated/m-p/25947#M11242</link>
      <description>&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/78314"&gt;@lucastancapiano&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;The service itself is not deprecated, but access to it via the ServiceRegistry will be removed in the future.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;You can use the bean proxy in your bean configuration. e.g.:&lt;/P&gt;
&lt;PRE&gt;&amp;lt;bean id="my.demo" class="xyz" ..&amp;gt;
    &lt;STRONG&gt;&amp;lt;property name="ruleService"&amp;gt;
        &amp;lt;ref bean="RuleService"/&amp;gt;
    &amp;lt;/property&amp;gt;&lt;/STRONG&gt;
.....
....
&amp;lt;/bean&amp;gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 20 Jul 2021 15:48:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/getruleservice-deprecated/m-p/25947#M11242</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2021-07-20T15:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: getRuleService deprecated?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/getruleservice-deprecated/m-p/25948#M11243</link>
      <description>&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/74498"&gt;@abhinavmishra14&lt;/A&gt;: where can I find this kind of information in case in the future I'll have it?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2021 09:41:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/getruleservice-deprecated/m-p/25948#M11243</guid>
      <dc:creator>cristinamr</dc:creator>
      <dc:date>2021-07-21T09:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: getRuleService deprecated?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/getruleservice-deprecated/m-p/25949#M11244</link>
      <description>&lt;P&gt;But there is a problem using Activiti. Activiti can use only ServiceRegistry inside its custom beans. How I can import RuleService in a alfresco process service without ServiceRegistry?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2021 10:59:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/getruleservice-deprecated/m-p/25949#M11244</guid>
      <dc:creator>lucastancapiano</dc:creator>
      <dc:date>2021-07-21T10:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: getRuleService deprecated?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/getruleservice-deprecated/m-p/25950#M11245</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/4825"&gt;@cristinamr&lt;/A&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/74498"&gt;@abhinavmishra14&lt;/A&gt;: where can I find this kind of information in case in the future I'll have it?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Well there is no specific docs which can tell what's being deprecated. But this doc would have list of services which are available via ServiceRegistry :&amp;nbsp;&lt;A href="https://docs.alfresco.com/content-services/latest/develop/reference/java-foundation-ref" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/content-services/latest/develop/reference/java-foundation-ref&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The source code is available so you could read the javadocs, in case need more details on services available or deprecated:&amp;nbsp;&lt;A href="https://github.com/Alfresco/alfresco-community-repo/blob/master/repository/src/main/java/org/alfresco/service/ServiceRegistry.java" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/alfresco-community-repo/blob/master/repository/src/main/java/org/alfresco/service/ServiceRegistry.java&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2021 16:00:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/getruleservice-deprecated/m-p/25950#M11245</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2021-07-21T16:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: getRuleService deprecated?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/getruleservice-deprecated/m-p/25951#M11246</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/78314"&gt;@lucastancapiano&lt;/A&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;But there is a problem using Activiti. Activiti can use only ServiceRegistry inside its custom beans. How I can import RuleService in a alfresco process service without ServiceRegistry?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/78314"&gt;@lucastancapiano&lt;/A&gt;&amp;nbsp;I am not aware of the context of your function/code, but seems you are using APS, try contacting support for more details on what's supported.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2021 16:10:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/getruleservice-deprecated/m-p/25951#M11246</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2021-07-21T16:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: getRuleService deprecated?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/getruleservice-deprecated/m-p/25952#M11247</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;Well there is no specific docs which can tell what's being deprecated. But this doc would have list of services which are available..&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I've already knew that informtation but thanks anyway!! &lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://connect.hyland.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/78314"&gt;@lucastancapiano&lt;/A&gt;maybe you should put a post in the Alfresco Process Services &amp;amp; Activiti - Forum.&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jul 2021 07:03:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/getruleservice-deprecated/m-p/25952#M11247</guid>
      <dc:creator>cristinamr</dc:creator>
      <dc:date>2021-07-22T07:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: getRuleService deprecated?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/getruleservice-deprecated/m-p/25953#M11248</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/4825"&gt;@cristinamr&lt;/A&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;Well there is no specific docs which can tell what's being deprecated. But this doc would have list of services which are available..&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I've already knew that informtation but thanks anyway!! &lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://connect.hyland.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/78314"&gt;@lucastancapiano&lt;/A&gt;maybe you should put a post in the Alfresco Process Services &amp;amp; Activiti - Forum.&lt;/P&gt;
&lt;P&gt;Cheers.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Glad to hear that&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/4825"&gt;@cristinamr&lt;/A&gt;&amp;nbsp;, you were asking though so i posted the info.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jul 2021 15:57:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/getruleservice-deprecated/m-p/25953#M11248</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2021-07-22T15:57:37Z</dc:date>
    </item>
  </channel>
</rss>

