public class QueryChanges extends Object implements RestReadView<TopLevelResource>
| Modifier and Type | Method and Description | 
|---|---|
void | 
addOption(ListChangesOption o)  | 
void | 
addQuery(String query)  | 
List<?> | 
apply(TopLevelResource rsrc)
Process the view operation by reading from the resource. 
 | 
String | 
getQuery(int i)  | 
void | 
setLimit(int limit)  | 
void | 
setStart(int start)  | 
public void setLimit(int limit)
public void addOption(ListChangesOption o)
public void setStart(int start)
public void addQuery(String query)
public String getQuery(int i)
public List<?> apply(TopLevelResource rsrc) throws BadRequestException, AuthException, com.google.gwtorm.server.OrmException
RestReadViewapply in interface RestReadView<TopLevelResource>rsrc - resource to read.BinaryResult to avoid automatic conversion
     to JSON.BadRequestException - the request was incorrectly specified and cannot be handled by this
     view.AuthException - the client is not permitted to access this view.com.google.gwtorm.server.OrmException