Interface FilterOption
- All Superinterfaces:
QueryOption
,SystemQueryOption
Represents the system query option $filter
For example: http://.../entitySet?$filter=name eq 'tester'
-
Method Summary
Methods inherited from interface org.apache.olingo.server.api.uri.queryoption.QueryOption
getName, getText
Methods inherited from interface org.apache.olingo.server.api.uri.queryoption.SystemQueryOption
getKind
-
Method Details
-
getExpression
Expression getExpression()- Returns:
- Expression tree created from the filter value (see
Expression
)
-