org.xwiki.activeinstalls.server
Interface DataManager


@Role
@Unstable
public interface DataManager

Provides access to stored ping data.

Since:
5.2M2
Version:
$Id: 097be6007f031ee25710e4818d9f44f2a7266899 $

Method Summary
 long getInstallCount(String query)
           
 

Method Detail

getInstallCount

long getInstallCount(String query)
                     throws Exception
Parameters:
query - the query in Lucene syntax to match installs
Returns:
the number of matching installs
Throws:
Exception - when an error happens while retrieving the data
Since:
5.2RC1


Copyright © 2004-2013 XWiki. All Rights Reserved.