Package com.xwiki.analytics
Interface Aggregator
-
@Role @Unstable public interface AggregatorProvides APIs for aggregating data from multiple Matomo endpoints to make custom tables.- Since:
- 1.1
- Version:
- $Id$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaggregateData()Aggregates the data from multiple endpoints.StringgetHint()Will get the hint of the aggregator.StringgetPage()Returns the name of the page where the data is saved.List<String>getSpace()Returns the space where the page storing the aggregated data is located.
-
-
-
Method Detail
-
aggregateData
void aggregateData()
Aggregates the data from multiple endpoints.
-
getHint
String getHint()
Will get the hint of the aggregator.- Returns:
- hint of the aggregator
-
getPage
String getPage()
Returns the name of the page where the data is saved.- Returns:
- name of the page where the data is saved.
-
-