public class ProfileNameStatisticsAggregator
extends com.itextpdf.commons.actions.AbstractStatisticsAggregator
Constructor and Description |
---|
ProfileNameStatisticsAggregator() |
Modifier and Type | Method and Description |
---|---|
void |
aggregate(com.itextpdf.commons.actions.AbstractStatisticsEvent event)
Aggregates profile name from the provided event.
|
void |
merge(com.itextpdf.commons.actions.AbstractStatisticsAggregator aggregator)
Merges data about amounts of profile names from the provided aggregator into this aggregator.
|
Object |
retrieveAggregation()
Retrieves Map where keys are profile names and values are the amounts of such PDF documents.
|
public void aggregate(com.itextpdf.commons.actions.AbstractStatisticsEvent event)
aggregate
in class com.itextpdf.commons.actions.AbstractStatisticsAggregator
event
- ProfileNameStatisticsEvent
instance
public Object retrieveAggregation()
retrieveAggregation
in class com.itextpdf.commons.actions.AbstractStatisticsAggregator
Map
public void merge(com.itextpdf.commons.actions.AbstractStatisticsAggregator aggregator)
merge
in class com.itextpdf.commons.actions.AbstractStatisticsAggregator
aggregator
- ProfileNameStatisticsAggregator
from which data will be taken
Copyright © 1998–2022 iText Group NV. All rights reserved.