Package com.xwiki.analytics
Interface Aggregator
@Role
@Unstable
public interface Aggregator
Provides APIs for aggregating data from multiple Matomo endpoints to make custom tables.
- Since:
- 1.1
- Version:
- $Id$
-
Method Details
-
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.
-
getSpace
Returns the space where the page storing the aggregated data is located.- Returns:
- a list of space names as strings.
-