|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Query | |
---|---|
org.restlet.ext.odata | Support for the OData web protocol. |
Uses of Query in org.restlet.ext.odata |
---|
Methods in org.restlet.ext.odata that return Query | ||
---|---|---|
Query<T> |
Query.addParameter(String name,
String value)
Creates a new Query |
|
Query<T> |
Query.addParameters(Series<Parameter> params)
Creates a new Query |
|
|
Service.createQuery(String subpath,
Class<T> entityClass)
Creates a query to a specific entity hosted by this service. |
|
Query<T> |
Query.expand(String path)
Creates a new Query |
|
Query<T> |
Query.filter(String predicate)
Creates a new Query |
|
Query<T> |
Query.inlineCount(boolean inlineCount)
Creates a new Query |
|
Query<T> |
Query.orderBy(String criteria)
Creates a new Query |
|
Query<T> |
Query.select(String select)
Creates a new Query |
|
Query<T> |
Query.skip(int rowsCount)
Creates a new Query |
|
Query<T> |
Query.skipToken(String token)
Creates a new Query |
|
Query<T> |
Query.top(int rowsCount)
Creates a new Query |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |