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(java.lang.String name, java.lang.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(java.lang.String subpath, java.lang.Class<T> entityClass)
          Creates a query to a specific entity hosted by this service.
 Query<T> Query.expand(java.lang.String path)
          Creates a new Query with the $expand option set in the URI generated by the returned query.
 Query<T> Query.filter(java.lang.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(java.lang.String criteria)
          Creates a new Query with the $orderby option set in the URI generated by the returned query.
 Query<T> Query.select(java.lang.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(java.lang.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-2010 Noelios Technologies.