Class QueryChanges
- java.lang.Object
- 
- com.google.gerrit.server.query.change.QueryChanges
 
- 
- All Implemented Interfaces:
- RestReadView<TopLevelResource>,- RestView<TopLevelResource>
 
 public class QueryChanges extends Object implements RestReadView<TopLevelResource> 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddOption(ListChangesOption o)voidaddQuery(String query)List<?>apply(TopLevelResource rsrc)Process the view operation by reading from the resource.StringgetQuery(int i)voidsetLimit(int limit)voidsetStart(int start)
 
- 
- 
- 
Method Detail- 
setLimitpublic void setLimit(int limit) 
 - 
addOptionpublic void addOption(ListChangesOption o) 
 - 
setStartpublic void setStart(int start) 
 - 
addQuerypublic void addQuery(String query) 
 - 
getQuerypublic String getQuery(int i) 
 - 
applypublic List<?> apply(TopLevelResource rsrc) throws BadRequestException, AuthException, com.google.gwtorm.server.OrmException Description copied from interface:RestReadViewProcess the view operation by reading from the resource.- Specified by:
- applyin interface- RestReadView<TopLevelResource>
- Parameters:
- rsrc- resource to read.
- Returns:
- result to return to the client. Use BinaryResultto avoid automatic conversion to JSON.
- Throws:
- 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
 
 
- 
 
-