Uses of Enum Class
org.apache.olingo.server.api.uri.queryoption.apply.AggregateExpression.StandardMethod
Packages that use AggregateExpression.StandardMethod
Package
Description
Olingo Server API - URI - QueryOptions - Expressions
-
Uses of AggregateExpression.StandardMethod in org.apache.olingo.server.api.uri.queryoption.apply
Methods in org.apache.olingo.server.api.uri.queryoption.apply that return AggregateExpression.StandardMethodModifier and TypeMethodDescriptionAggregateExpression.getStandardMethod()Gets the standard aggregation method if used.Returns the enum constant of this class with the specified name.static AggregateExpression.StandardMethod[]AggregateExpression.StandardMethod.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AggregateExpression.StandardMethod in org.apache.olingo.server.api.uri.queryoption.expression
Methods in org.apache.olingo.server.api.uri.queryoption.expression with parameters of type AggregateExpression.StandardMethodModifier and TypeMethodDescriptiondefault TExpressionVisitor.visitComputeAggregate(AggregateExpression.StandardMethod standardMethod, UriInfo path, T expression) Called for each traversedAggregateExpression -
Uses of AggregateExpression.StandardMethod in org.apache.olingo.server.core.uri.queryoption.apply
Methods in org.apache.olingo.server.core.uri.queryoption.apply that return AggregateExpression.StandardMethodMethods in org.apache.olingo.server.core.uri.queryoption.apply with parameters of type AggregateExpression.StandardMethodModifier and TypeMethodDescriptionAggregateExpressionImpl.setStandardMethod(AggregateExpression.StandardMethod standardMethod)