Uses of Class
org.apache.unomi.api.query.Aggregate
Packages that use Aggregate
-
Uses of Aggregate in org.apache.unomi.api.query
Methods in org.apache.unomi.api.query that return AggregateMethods in org.apache.unomi.api.query with parameters of type AggregateModifier and TypeMethodDescriptionvoid
AggregateQuery.setAggregate
(Aggregate aggregate) Sets the aggregate.Constructors in org.apache.unomi.api.query with parameters of type AggregateModifierConstructorDescriptionAggregateQuery
(Aggregate aggregate) Instantiates a new Aggregate query with the specifiedAggregate
.AggregateQuery
(Aggregate aggregate, Condition condition)