public abstract class AbstractStatisticsEvent extends AbstractProductITextEvent
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractStatisticsEvent(ProductData productData)
Creates instance of abstract statistics iText event based on passed product data.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractStatisticsAggregator |
createStatisticsAggregatorFromName(String statisticsName)
Creates statistics aggregator based on provided statistics name.
|
abstract List<String> |
getStatisticsNames()
Gets all statistics names related to this event.
|
getProductData, getProductNameprotected AbstractStatisticsEvent(ProductData productData)
productData - is a description of the product which has generated an eventpublic AbstractStatisticsAggregator createStatisticsAggregatorFromName(String statisticsName)
null.statisticsName - name of statistics based on which aggregator will be created.
Shall be one of those returned from getStatisticsNames()AbstractStatisticsAggregatorCopyright © 1998–2023 Apryse Group NV. All rights reserved.