Package | Description |
---|---|
org.apache.olingo.server.api.uri |
Olingo URI
|
org.apache.olingo.server.api.uri.queryoption |
Olingo Server API - URI - QueryOptions
|
org.apache.olingo.server.api.uri.queryoption.apply | |
org.apache.olingo.server.api.uri.queryoption.expression |
Olingo Server API - URI - QueryOptions - Expressions
|
Modifier and Type | Method and Description |
---|---|
Expression |
UriResourceLambdaAny.getExpression() |
Expression |
UriResourceLambdaAll.getExpression() |
Expression |
UriParameter.getExpression() |
Modifier and Type | Method and Description |
---|---|
Expression |
OrderByItem.getExpression() |
Expression |
FilterOption.getExpression() |
Expression |
AliasQueryOption.getValue() |
Modifier and Type | Method and Description |
---|---|
Expression |
ComputeExpression.getExpression()
Gets the expression to compute.
|
Expression |
AggregateExpression.getExpression()
Gets the common expression to be aggregated.
|
Expression |
BottomTop.getNumber()
Gets the expression that determines the number of items to aggregate.
|
Expression |
BottomTop.getValue()
Gets the expression that determines the values to aggregate.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Alias
Represents 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 |
Binary
Represents 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 |
Enumeration
Represents a enumeration expression node in the expression tree
A enumeration expression node is inserted in the expression tree for any valid enumeration. |
interface |
LambdaRef
Used to within a lambda expression tree to define an access to the lambda variable
|
interface |
Literal
Represents a literal expression node in the expression tree
Literal is not validated by default
|
interface |
Member
Represents a member expression node in the expression tree.
|
interface |
Method
Represents a method expression in the expression tree
|
interface |
TypeLiteral
Represents a type literal expression in the expression tree
|
interface |
Unary
Represents 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 |
Modifier and Type | Method and Description |
---|---|
Expression |
Binary.getLeftOperand() |
Expression |
Unary.getOperand() |
Expression |
Binary.getRightOperand() |
Modifier and Type | Method and Description |
---|---|
List<Expression> |
Method.getParameters() |
Modifier and Type | Method and Description |
---|---|
T |
ExpressionVisitor.visitLambdaExpression(String lambdaFunction,
String lambdaVariable,
Expression expression)
Called for each traversed lambda expression
|
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.