|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FilterExpression | |
---|---|
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 |
Uses of FilterExpression in org.apache.olingo.odata2.api.uri |
---|
Methods in org.apache.olingo.odata2.api.uri that return FilterExpression | |
---|---|
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. |
Uses of FilterExpression in org.apache.olingo.odata2.api.uri.expression |
---|
Methods in org.apache.olingo.odata2.api.uri.expression with parameters of type FilterExpression | |
---|---|
Object |
ExpressionVisitor.visitFilterExpression(FilterExpression filterExpression,
String expressionString,
Object expression)
Visits a filter expression |
Uses of FilterExpression in org.apache.olingo.odata2.api.uri.info |
---|
Methods in org.apache.olingo.odata2.api.uri.info that return FilterExpression | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |