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
|
Class and Description |
---|
Expression
Super class of all classes used to build the expression tree
|
Class and Description |
---|
Expression
Super class of all classes used to build the expression tree
|
Class and Description |
---|
Expression
Super class of all classes used to build the expression tree
|
Class and Description |
---|
BinaryOperatorKind
Enumeration of supported binary operators
For the semantic of these operators please see the ODATA specification for URL conventions |
Expression
Super class of all classes used to build the expression tree
|
ExpressionVisitException
Exception class used by the
ExpressionVisitor to throw exceptions while traversing the expression tree |
ExpressionVisitor
Generic interface to define expression visitors with arbitrary return types.
|
Literal
Represents a literal expression node in the expression tree
Literal is not validated by default
|
Member
Represents a member expression node in the expression tree.
|
MethodKind
Enumeration of supported methods
For the semantic of these methods please see the ODATA specification for URL conventions
|
UnaryOperatorKind
Enumeration of supported unary operators
For the semantic of these operators please see the ODATA specification for URL conventions |
VisitableExpression
Marks an expression node a visitable by an expression visitor
|
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.