Package org.alfresco.service.cmr.search
Interface StatsService
public interface StatsService
A service that returns stats about the Alfresco repository
- Since:
- 5.0
- Author:
- Gethin James
-
Method Summary
Modifier and TypeMethodDescriptionquery
(StatsParameters searchParameters) Query the repository for information
-
Method Details
-
query
Query the repository for information- Parameters:
searchParameters
- parameter to use- Returns:
- StatsResultSet results of the search
-