Uses of Interface
org.apache.olingo.server.api.uri.queryoption.apply.AggregateExpression
Packages that use AggregateExpression
Package
Description
-
Uses of AggregateExpression in org.apache.olingo.server.api.uri.queryoption.apply
Methods in org.apache.olingo.server.api.uri.queryoption.apply that return AggregateExpressionModifier and TypeMethodDescriptionAggregateExpression.getInlineAggregateExpression()Gets the inline aggregation expression to be applied to the target of the path if used.Methods in org.apache.olingo.server.api.uri.queryoption.apply that return types with arguments of type AggregateExpressionModifier and TypeMethodDescriptionAggregate.getExpressions()Gets the aggregate expressions.AggregateExpression.getFrom()Gets the aggregate expressions forfrom. -
Uses of AggregateExpression in org.apache.olingo.server.core.uri.parser
Methods in org.apache.olingo.server.core.uri.parser that return AggregateExpressionModifier and TypeMethodDescriptionApplyParser.parseAggregateMethodCallExpr(UriTokenizer tokenizer, EdmStructuredType referringType) -
Uses of AggregateExpression in org.apache.olingo.server.core.uri.queryoption.apply
Classes in org.apache.olingo.server.core.uri.queryoption.apply that implement AggregateExpressionModifier and TypeClassDescriptionclassRepresents an aggregate expression.Methods in org.apache.olingo.server.core.uri.queryoption.apply that return AggregateExpressionMethods in org.apache.olingo.server.core.uri.queryoption.apply that return types with arguments of type AggregateExpressionModifier and TypeMethodDescriptionAggregateImpl.getExpressions()AggregateExpressionImpl.getFrom()Methods in org.apache.olingo.server.core.uri.queryoption.apply with parameters of type AggregateExpressionModifier and TypeMethodDescriptionAggregateImpl.addExpression(AggregateExpression expression) AggregateExpressionImpl.addFrom(AggregateExpression from) AggregateExpressionImpl.setInlineAggregateExpression(AggregateExpression aggregateExpression)