| Package | Description | 
|---|---|
| org.apache.olingo.server.api.uri.queryoption.apply | |
| org.apache.olingo.server.api.uri.queryoption.expression | Olingo Server API - URI - QueryOptions - Expressions
 
 The uri.queryoption.expression package is used to condense all about
 the Olingo expressions within the query options (in uri context). | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | AggregateExpressionRepresents an aggregate expression. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | AliasRepresents an alias expression node in the expression tree
  A alias expression node is inserted in the expression tree for any valid alias E.g. | 
| interface  | BinaryRepresents a binary expression node in the expression tree
  A binary expression node is inserted in the expression tree for any valid ODATA binary operator in BinaryOperatorKind. | 
| interface  | EnumerationRepresents a enumeration expression node in the expression tree
  A enumeration expression node is inserted in the expression tree for any valid enumeration. | 
| interface  | ExpressionSuper class of all classes used to build the expression tree | 
| interface  | LambdaRefUsed to within a lambda expression tree to define an access to the lambda variable | 
| interface  | LiteralRepresents a literal expression node in the expression tree
 Literal is not validated by default | 
| interface  | MemberRepresents a member expression node in the expression tree. | 
| interface  | MethodRepresents a method expression in the expression tree | 
| interface  | TypeLiteralRepresents a type literal expression in the expression tree | 
| interface  | UnaryRepresents a unary expression node in the expression tree
  A binary expression node is inserted in the expression tree for any valid ODATA unary operator in UnaryOperatorKind | 
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.