| Package | Description |
|---|---|
| org.apache.olingo.odata2.api.uri |
URI Parser Facade
|
| org.apache.olingo.odata2.api.uri.expression |
Expression Parser
|
| org.apache.olingo.odata2.api.uri.info |
URI Parser Result Views
|
| org.apache.olingo.odata2.core.uri | |
| org.apache.olingo.odata2.core.uri.expression |
| Modifier and Type | Method and Description |
|---|---|
FilterExpression |
UriInfo.getFilter()
Gets the value of the $filter system query option as root object of the
expression tree built during URI parsing.
|
static FilterExpression |
UriParser.parseFilter(Edm edm,
EdmEntityType edmType,
String expression)
Parses a $filter expression string and create an expression tree.
|
abstract FilterExpression |
UriParser.parseFilterString(EdmEntityType edmType,
String expression)
Parses a $filter expression string and create an expression tree.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
ExpressionVisitor.visitFilterExpression(FilterExpression filterExpression,
String expressionString,
Object expression)
Visits a filter expression
|
| Modifier and Type | Method and Description |
|---|---|
FilterExpression |
PutMergePatchUriInfo.getFilter()
Gets the value of the $filter system query option as root object of the
expression tree built during URI parsing.
|
FilterExpression |
GetMediaResourceUriInfo.getFilter()
Gets the value of the $filter system query option as root object of the
expression tree built during URI parsing.
|
FilterExpression |
GetEntityUriInfo.getFilter()
Gets the value of the $filter system query option as root object of the
expression tree built during URI parsing.
|
FilterExpression |
GetEntitySetUriInfo.getFilter()
Gets the value of the $filter system query option as root object of the
expression tree built during URI parsing.
|
FilterExpression |
GetEntitySetLinksUriInfo.getFilter()
Gets the value of the $filter system query option as root object of the
expression tree built during URI parsing.
|
FilterExpression |
GetEntitySetLinksCountUriInfo.getFilter()
Gets the value of the $filter system query option as root object of the
expression tree built during URI parsing.
|
FilterExpression |
GetEntitySetCountUriInfo.getFilter()
Gets the value of the $filter system query option as root object of the
expression tree built during URI parsing.
|
FilterExpression |
GetEntityCountUriInfo.getFilter()
Gets the value of the $filter system query option as root object of the
expression tree built during URI parsing.
|
| Modifier and Type | Method and Description |
|---|---|
FilterExpression |
UriInfoImpl.getFilter() |
FilterExpression |
UriParserImpl.parseFilterString(EdmEntityType entityType,
String expression) |
| Modifier and Type | Method and Description |
|---|---|
void |
UriInfoImpl.setFilter(FilterExpression filter) |
| Modifier and Type | Class and Description |
|---|---|
class |
FilterExpressionImpl |
| Modifier and Type | Method and Description |
|---|---|
FilterExpression |
FilterParserImpl.parseFilterString(String filterExpression) |
FilterExpression |
FilterParser.parseFilterString(String expression)
Parses a $filter expression string and creates an $orderby expression tree.
|
FilterExpression |
FilterParserImpl.parseFilterString(String filterExpression,
boolean allowOnlyBinary) |
| Modifier and Type | Method and Description |
|---|---|
Object |
JsonVisitor.visitFilterExpression(FilterExpression filterExpression,
String expressionString,
Object expression) |
Copyright © 2020. All rights reserved.