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