public abstract class AbstractSubAggregationAwareAggregation extends Object implements ISubAggregationAwareAggregation
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.
|
String |
getId()
Returns the aggregation identifier.
|
List<IAggregation> |
getSubAggregations()
Returns an unmodifiable list of the sub-aggregations.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getId
protected final String id
public ISubAggregationAwareAggregation addSubAggregation(IAggregation aggregation)
ISubAggregationAwareAggregation
addSubAggregation
in interface ISubAggregationAwareAggregation
aggregation
- the sub-aggregationspublic List<IAggregation> getSubAggregations()
ISubAggregationAwareAggregation
getSubAggregations
in interface ISubAggregationAwareAggregation
public ISubAggregationAwareAggregation addSubAggregations(IAggregation... aggregations)
ISubAggregationAwareAggregation
addSubAggregations
in interface ISubAggregationAwareAggregation
aggregations
- the sub-aggregations.public ISubAggregationAwareAggregation addSubAggregations(List<IAggregation> aggregations)
ISubAggregationAwareAggregation
addSubAggregations
in interface ISubAggregationAwareAggregation
aggregations
- the sub-aggregations.public String getId()
IAggregation
getId
in interface IAggregation
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.