<?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: Different Events in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/different-events/m-p/59613#M21045</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Riadh, is your question about checking if a specific node has comments or is favorited or that you want a “web hook” to be notified each time anything is commented upon or favorited?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Feb 2019 15:47:43 GMT</pubDate>
    <dc:creator>binduwavell</dc:creator>
    <dc:date>2019-02-21T15:47:43Z</dc:date>
    <item>
      <title>Different Events</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/different-events/m-p/59610#M21042</link>
      <description>Are there java functions that can detect if someone added a comment or like to your uploaded file ?If not is there a way to.</description>
      <pubDate>Wed, 20 Feb 2019 06:39:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/different-events/m-p/59610#M21042</guid>
      <dc:creator>riadhazzouz</dc:creator>
      <dc:date>2019-02-20T06:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: Different Events</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/different-events/m-p/59611#M21043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is OOTB property '&lt;SPAN style="color: #515d6b; background-color: #ffffff; font-size: 13px;"&gt;cm:likesRatingSchemeCount'&amp;nbsp;&lt;/SPAN&gt;to fetch the number of likes per document.&lt;/P&gt;&lt;P&gt;You can fetch the value of this property to get the number of likes for that document.&lt;/P&gt;&lt;P&gt;You can also check with '&lt;SPAN style="color: #515d6b; background-color: #ffffff; font-size: 13px;"&gt;cm:likesRatingSchemeTotal' property for total.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kintu&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.contcentric.com" rel="nofollow noopener noreferrer"&gt;ContCentric&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2019 07:09:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/different-events/m-p/59611#M21043</guid>
      <dc:creator>kintu_barot</dc:creator>
      <dc:date>2019-02-20T07:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: Different Events</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/different-events/m-p/59612#M21044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Kintu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2019 07:21:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/different-events/m-p/59612#M21044</guid>
      <dc:creator>riadhazzouz</dc:creator>
      <dc:date>2019-02-20T07:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: Different Events</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/different-events/m-p/59613#M21045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Riadh, is your question about checking if a specific node has comments or is favorited or that you want a “web hook” to be notified each time anything is commented upon or favorited?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2019 15:47:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/different-events/m-p/59613#M21045</guid>
      <dc:creator>binduwavell</dc:creator>
      <dc:date>2019-02-21T15:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Different Events</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/different-events/m-p/59614#M21046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I asked if there is a function to check if a&amp;nbsp;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;specific node has comments or is favorited so I can implement a behaviour following that event.&amp;nbsp;&lt;BR /&gt;For example, if someone add a comment to a file, a notification should appear to other users.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2019 15:54:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/different-events/m-p/59614#M21046</guid>
      <dc:creator>riadhazzouz</dc:creator>
      <dc:date>2019-02-21T15:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: Different Events</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/different-events/m-p/59615#M21047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should be able to create a behavior on the type used for comments and then follow them back to the docs being commented upon and then determine if you want to send a notification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Favorites are a little more tricky. They are stored in a JSON preferences file per user. As such you could create a behavior that monitors for changes in these, but it likely would be challenging to know what changed unless you cache the previous state somehow. For example you make a copy of each user profile and then when a profile is updated you compare it to the copy. Perform your business logic and then replace the copy with the current profile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I think you can acheive what you want, but I don't think there is a per-baked way to do either of these things.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2019 16:23:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/different-events/m-p/59615#M21047</guid>
      <dc:creator>binduwavell</dc:creator>
      <dc:date>2019-02-28T16:23:00Z</dc:date>
    </item>
  </channel>
</rss>

