@StableMinor(version="10.1", 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()
Lumisportal 10.1.2.170428 - Copyright © 2006–2017 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.