@StableMinor(version="12.0", sinceVersion="9.0") public interface ISubAggregationAwareAggregation extends IAggregation
Aggregation
that holds sub-aggregations.Modifier and Type | Method and Description |
---|---|
void |
addSubAggregation(IAggregation aggregation)
Adds the given sub-aggregation.
|
void |
addSubAggregations(IAggregation... aggregations)
Adds the given sub-aggregations.
|
void |
addSubAggregations(List<IAggregation> aggregations)
Adds the given sub-aggregations.
|
List<IAggregation> |
getSubAggregations()
Returns an unmodifiable list of the sub-aggregations.
|
getId
void addSubAggregation(IAggregation aggregation)
aggregation
- void addSubAggregations(IAggregation... aggregations)
aggregations
- the sub-aggregations.void addSubAggregations(List<IAggregation> aggregations)
aggregations
- the sub-aggregations.List<IAggregation> getSubAggregations()
LumisXP 12.0.0.190809 - Copyright © 2006–2019 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.