Interface AggregatorConfiguration
@Role
@Unstable
public interface AggregatorConfiguration
Provides a common interface for all the aggregator configurations.
- Since:
- 1.0
- Version:
- $Id$
-
Method Summary
Modifier and TypeMethodDescriptionEnd date of the time interval in case the user selected custom.Start date of the time interval in case the user selected custom.Time interval for the aggregated statistics: e.g.
-
Method Details
-
getTimeIntervalForStatistics
String getTimeIntervalForStatistics()Time interval for the aggregated statistics: e.g. current year,month, year or custom.- Returns:
- time interval to compute aggregated statistics.
-
getStartDate
String getStartDate()Start date of the time interval in case the user selected custom.- Returns:
- stat date of the interval
-
getEndDate
String getEndDate()End date of the time interval in case the user selected custom.- Returns:
- stat date of the interval
-