<?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: Counting the Top viewed documents in alfresco in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/counting-the-top-viewed-documents-in-alfresco/m-p/268680#M221810</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You need to implement the policies from the available policies under ContentServicePolicies .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;then on the policy component you need to bind your behavior.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For creating behaviour just you need to create the instance of class org.alfresco.repo.policy.JavaBehaviour.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 May 2012 10:16:18 GMT</pubDate>
    <dc:creator>mitpatoliya</dc:creator>
    <dc:date>2012-05-08T10:16:18Z</dc:date>
    <item>
      <title>Counting the Top viewed documents in alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/counting-the-top-viewed-documents-in-alfresco/m-p/268677#M221807</link>
      <description>Hi All,I wan to count all the top viewed documents. Is it possible to do it by audit trail and how to get the hit count?Can anyone help me to fix this issue?Thanks,Ranj</description>
      <pubDate>Tue, 08 May 2012 09:15:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/counting-the-top-viewed-documents-in-alfresco/m-p/268677#M221807</guid>
      <dc:creator>ranj</dc:creator>
      <dc:date>2012-05-08T09:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Counting the Top viewed documents in alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/counting-the-top-viewed-documents-in-alfresco/m-p/268678#M221808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can do it by adding behavior on the content services where you can update keep the counter on each node to keep track of no of hits.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;then you can fire query based on that property to find out the document viewed max no of times. &lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2012 09:35:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/counting-the-top-viewed-documents-in-alfresco/m-p/268678#M221808</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2012-05-08T09:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: Counting the Top viewed documents in alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/counting-the-top-viewed-documents-in-alfresco/m-p/268679#M221809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the quick reply &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;. I want to create a behaviour class now. Can you please give me more details on how to create the behaviour class, which super class i should extend?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2012 10:03:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/counting-the-top-viewed-documents-in-alfresco/m-p/268679#M221809</guid>
      <dc:creator>ranj</dc:creator>
      <dc:date>2012-05-08T10:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: Counting the Top viewed documents in alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/counting-the-top-viewed-documents-in-alfresco/m-p/268680#M221810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You need to implement the policies from the available policies under ContentServicePolicies .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;then on the policy component you need to bind your behavior.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For creating behaviour just you need to create the instance of class org.alfresco.repo.policy.JavaBehaviour.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2012 10:16:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/counting-the-top-viewed-documents-in-alfresco/m-p/268680#M221810</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2012-05-08T10:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: Counting the Top viewed documents in alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/counting-the-top-viewed-documents-in-alfresco/m-p/268681#M221811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You need to implement the policies from the available policies under ContentServicePolicies .&lt;BR /&gt;then on the policy component you need to bind your behavior.&lt;BR /&gt;For creating behaviour just you need to create the instance of class org.alfresco.repo.policy.JavaBehaviour.&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;Thanks Mitpatoliya.. &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;&amp;nbsp; &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;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2012 03:44:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/counting-the-top-viewed-documents-in-alfresco/m-p/268681#M221811</guid>
      <dc:creator>ranj</dc:creator>
      <dc:date>2012-05-10T03:44:50Z</dc:date>
    </item>
  </channel>
</rss>

