<?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: Detecting Actions in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/detecting-actions/m-p/58782#M20884</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Sergio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there any other ways to detect events, like&amp;nbsp;java functions ? Then, I will run some Behavior based on these events.&lt;BR /&gt;&lt;BR /&gt;Regards.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Feb 2019 12:49:56 GMT</pubDate>
    <dc:creator>riadhazzouz</dc:creator>
    <dc:date>2019-02-19T12:49:56Z</dc:date>
    <item>
      <title>Detecting Actions</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/detecting-actions/m-p/58780#M20882</link>
      <description>How can I detect what users do&amp;nbsp;and save it after they login from the share.For example when someone add a file, is there a way to save this action into a model, then to the database ?&amp;nbsp;Is there any traces to the different actions ?</description>
      <pubDate>Tue, 19 Feb 2019 07:34:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/detecting-actions/m-p/58780#M20882</guid>
      <dc:creator>riadhazzouz</dc:creator>
      <dc:date>2019-02-19T07:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: Detecting Actions</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/detecting-actions/m-p/58781#M20883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;B&gt;Riadh Azzouz&lt;/B&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alfresco has a out-of-the-box audit module for reporting the actions which users execute over the nodes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can read how to activate it in the next link&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://docs.alfresco.com/6.0/references/dev-extension-points-audit.html" title="https://docs.alfresco.com/6.0/references/dev-extension-points-audit.html" rel="nofollow noopener noreferrer"&gt;Audit Log | Alfresco Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2019 07:41:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/detecting-actions/m-p/58781#M20883</guid>
      <dc:creator>sercama</dc:creator>
      <dc:date>2019-02-19T07:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: Detecting Actions</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/detecting-actions/m-p/58782#M20884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Sergio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there any other ways to detect events, like&amp;nbsp;java functions ? Then, I will run some Behavior based on these events.&lt;BR /&gt;&lt;BR /&gt;Regards.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2019 12:49:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/detecting-actions/m-p/58782#M20884</guid>
      <dc:creator>riadhazzouz</dc:creator>
      <dc:date>2019-02-19T12:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: Detecting Actions</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/detecting-actions/m-p/58783#M20885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it’s possible to listen events of nodes (for example, when nodeis created or when aspect is added to node) with behaviours. Nevertheless, I don’t recommend you this option because you will have to listen several action of all nodes of your system, so performance can be affected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2019 13:06:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/detecting-actions/m-p/58783#M20885</guid>
      <dc:creator>sercama</dc:creator>
      <dc:date>2019-02-19T13:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: Detecting Actions</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/detecting-actions/m-p/58784#M20886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;There are some policies/behaviors that are triggers during action like create node,copy node,delete node etc.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://docs.alfresco.com/6.0/references/dev-extension-points-behaviors.html" title="http://docs.alfresco.com/6.0/references/dev-extension-points-behaviors.html" rel="nofollow noopener noreferrer"&gt;Behaviors/Policies | Alfresco Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is recommended to to audit module for reporting purpose.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://docs.alfresco.com/6.0/references/dev-extension-points-audit.html" title="https://docs.alfresco.com/6.0/references/dev-extension-points-audit.html" rel="nofollow noopener noreferrer"&gt;Audit Log | Alfresco Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is 1 dashlet available which is giving some basic data.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/share-extras/audit-dashlet" title="https://github.com/share-extras/audit-dashlet" rel="nofollow noopener noreferrer"&gt;GitHub - share-extras/audit-dashlet: Display audit events for any given audit application&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want some details data using audit then you can try AAAR.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://fcorti.com/alfresco-audit-analysis-reporting/" title="http://fcorti.com/alfresco-audit-analysis-reporting/" rel="nofollow noopener noreferrer"&gt;A.A.A.R. - Alfresco Audit Analysis and Reporting - F. Corti&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&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>Thu, 21 Feb 2019 03:13:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/detecting-actions/m-p/58784#M20886</guid>
      <dc:creator>sp2</dc:creator>
      <dc:date>2019-02-21T03:13:16Z</dc:date>
    </item>
  </channel>
</rss>

