public class QueryChanges extends java.lang.Object implements RestReadView<TopLevelResource>
Modifier and Type | Method and Description |
---|---|
void |
addOption(ListChangesOption o) |
void |
addQuery(java.lang.String query) |
java.util.List<?> |
apply(TopLevelResource rsrc)
Process the view operation by reading from the resource.
|
java.lang.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(java.lang.String query)
public java.lang.String getQuery(int i)
public java.util.List<?> apply(TopLevelResource rsrc) throws BadRequestException, AuthException, com.google.gwtorm.server.OrmException
RestReadView
apply
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