Uses of Class
org.apache.unomi.api.query.Aggregate
-
Packages that use Aggregate Package Description org.apache.unomi.api.query -
-
Uses of Aggregate in org.apache.unomi.api.query
Methods in org.apache.unomi.api.query that return Aggregate Modifier and Type Method Description Aggregate
AggregateQuery. getAggregate()
Retrieves the aggregate.Methods in org.apache.unomi.api.query with parameters of type Aggregate Modifier and Type Method Description void
AggregateQuery. setAggregate(Aggregate aggregate)
Sets the aggregate.Constructors in org.apache.unomi.api.query with parameters of type Aggregate Constructor Description AggregateQuery(Aggregate aggregate)
Instantiates a new Aggregate query with the specifiedAggregate
.AggregateQuery(Aggregate aggregate, Condition condition)
-