Class BatchMatomoRequest
java.lang.Object
org.opencastproject.statistics.provider.matomo.provider.BatchMatomoRequest
-
Constructor Summary
ConstructorsConstructorDescriptionBatchMatomoRequest(StatisticsProviderMatomoService service, String method) BatchMatomoRequest(StatisticsProviderMatomoService service, String method, long cacheDurationMs) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddProvider(MatomoTimeSeriesStatisticsProvider provider, String aggregationVariable, String aggregationType) executeRequest(String resourceId, Instant from, Instant to, String matomoPeriod, String siteId, String dimensionId, ZoneId zoneId, org.opencastproject.statistics.api.DataResolution resolution)
-
Constructor Details
-
BatchMatomoRequest
-
BatchMatomoRequest
public BatchMatomoRequest(StatisticsProviderMatomoService service, String method, long cacheDurationMs)
-
-
Method Details
-
addProvider
public void addProvider(MatomoTimeSeriesStatisticsProvider provider, String aggregationVariable, String aggregationType) -
executeRequest
-