Package com.day.cq.reporting
Interface AggregateExtensions
public interface AggregateExtensions
This interface provides additional functionality to aggregates.
- Since:
- 5.5
-
Method Summary
Modifier and TypeMethodDescriptionvoidaggregateValue(CellValue valueToAggregate, Report report) Aggregates the specified value.
-
Method Details
-
aggregateValue
Aggregates the specified value.
If an aggregate implements both
AggregateandAggregateExtensions, then this method is used instead ofAggregate.aggregateValue(CellValue).Note that
reportmay benullfor compatibility reasons.- Parameters:
valueToAggregate- The value to aggregatereport- The report the value is aggregated for
-