public class QueryChanges extends java.lang.Object implements RestReadView<TopLevelResource>, DynamicOptions.BeanReceiver
| 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 |
setDynamicBean(java.lang.String plugin,
DynamicOptions.DynamicBean dynamicBean) |
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 setDynamicBean(java.lang.String plugin,
DynamicOptions.DynamicBean dynamicBean)
setDynamicBean in interface DynamicOptions.BeanReceiverpublic 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, PermissionBackendException
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.OrmExceptionPermissionBackendException