Uses of Class
org.restlet.ext.odata.Query

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 with the query parameter set in the URI generated by the returned query.
 Query<T> Query.addParameters(Series<Parameter> params)
          Creates a new Query with the query parameter set in the URI generated by the returned query.
<T> Query<T>
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 with the $expand option set in the URI generated by the returned query.
 Query<T> Query.filter(String predicate)
          Creates a new Query with the $filter option set in the URI generated by the returned query.
 Query<T> Query.inlineCount(boolean inlineCount)
          Creates a new Query with the $inlinecount option set in the URI generated by the returned query.
 Query<T> Query.orderBy(String criteria)
          Creates a new Query with the $orderby option set in the URI generated by the returned query.
 Query<T> Query.select(String select)
          Creates a new Query with the $select option set in the URI generated by the returned query.
 Query<T> Query.skip(int rowsCount)
          Creates a new Query with the $skip option set in the URI generated by the returned query.
 Query<T> Query.skipToken(String token)
          Creates a new Query with the $skiptoken option set in the URI generated by the returned query.
 Query<T> Query.top(int rowsCount)
          Creates a new Query with the $top option set in the URI generated by the returned query.
 



Copyright © 2005-2013 Restlet.