Uses of Package
org.apache.olingo.server.api.uri.queryoption.expression
Packages that use org.apache.olingo.server.api.uri.queryoption.expression
Package
Description
Olingo URI
Olingo Server API - URI - QueryOptions
Olingo Server API - URI - QueryOptions - Expressions
-
-
-
Classes in org.apache.olingo.server.api.uri.queryoption.expression used by org.apache.olingo.server.api.uri.queryoption.applyClassDescriptionSuper class of all classes used to build the expression treeMarks an expression node a visitable by an expression visitor
-
Classes in org.apache.olingo.server.api.uri.queryoption.expression used by org.apache.olingo.server.api.uri.queryoption.expressionClassDescriptionEnumeration of supported binary operators
For the semantic of these operators please see the ODATA specification for URL conventionsSuper class of all classes used to build the expression treeException class used by theExpressionVisitor
to throw exceptions while traversing the expression treeGeneric interface to define expression visitors with arbitrary return types.Represents a literal expression node in the expression tree Literal is not validated by defaultRepresents a member expression node in the expression tree.Enumeration of supported methods For the semantic of these methods please see the ODATA specification for URL conventionsEnumeration of supported unary operators
For the semantic of these operators please see the ODATA specification for URL conventionsMarks an expression node a visitable by an expression visitor