<?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: Total User Count in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/total-user-count/m-p/288522#M241652</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You may want to take a look at - &lt;/SPAN&gt;&lt;A href="http://alfresco-for-developers.blogspot.in/2014/04/user-and-group-count-in-alfresco.html" rel="nofollow noopener noreferrer"&gt;http://alfresco-for-developers.blogspot.in/2014/04/user-and-group-count-in-alfresco.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Apr 2014 18:43:00 GMT</pubDate>
    <dc:creator>romschn</dc:creator>
    <dc:date>2014-04-16T18:43:00Z</dc:date>
    <item>
      <title>Total User Count</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/total-user-count/m-p/288521#M241651</link>
      <description>How does one find the total number of users in a repository?&amp;nbsp; It is not easy querying for users in the DB and I have not found a way through Admin Tools to get this count.&amp;nbsp; I am using Alfresco 4.2.d Community.Any insight into this is greatly appreciated.Thanks,- Shannon</description>
      <pubDate>Wed, 16 Apr 2014 16:23:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/total-user-count/m-p/288521#M241651</guid>
      <dc:creator>srobinson</dc:creator>
      <dc:date>2014-04-16T16:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: Total User Count</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/total-user-count/m-p/288522#M241652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You may want to take a look at - &lt;/SPAN&gt;&lt;A href="http://alfresco-for-developers.blogspot.in/2014/04/user-and-group-count-in-alfresco.html" rel="nofollow noopener noreferrer"&gt;http://alfresco-for-developers.blogspot.in/2014/04/user-and-group-count-in-alfresco.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 18:43:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/total-user-count/m-p/288522#M241652</guid>
      <dc:creator>romschn</dc:creator>
      <dc:date>2014-04-16T18:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Total User Count</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/total-user-count/m-p/288523#M241653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;One way to do this is through a Lucene search. For example, you can go to the admin console to the node browser and run this Lucene search:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;TYPE:"cm:person"&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;On my local dev system I get, "Search for "TYPE:"cm&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;erson"" found 14 results (search took 88ms)"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note that in 4.3 we are introducing support for cmis:item which means you can do:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;select * from cm:person&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And count the results that way. But that's currently only available in the 4.3 nightly builds.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 23:16:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/total-user-count/m-p/288523#M241653</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2014-04-16T23:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: Total User Count</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/total-user-count/m-p/288524#M241654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;A very helpful tip Jeff, it worked fine for me. Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 23:03:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/total-user-count/m-p/288524#M241654</guid>
      <dc:creator>jonvargas</dc:creator>
      <dc:date>2014-08-12T23:03:11Z</dc:date>
    </item>
  </channel>
</rss>

