Class Reviewed.PutReviewed
- java.lang.Object
-
- com.google.gerrit.server.restapi.change.Reviewed.PutReviewed
-
- All Implemented Interfaces:
RestModifyView<FileResource,Input>
,RestView<FileResource>
- Enclosing class:
- Reviewed
public static class Reviewed.PutReviewed extends Object implements RestModifyView<FileResource,Input>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Response<String>
apply(FileResource resource, Input input)
Process the view operation by altering the resource.
-
-
-
Method Detail
-
apply
public Response<String> apply(FileResource resource, Input input) throws com.google.gwtorm.server.OrmException
Description copied from interface:RestModifyView
Process the view operation by altering the resource.- Specified by:
apply
in interfaceRestModifyView<FileResource,Input>
- Parameters:
resource
- resource to modify.input
- input after parsing from request.- Returns:
- result to return to the client. Use
BinaryResult
to avoid automatic conversion to JSON. - Throws:
com.google.gwtorm.server.OrmException
-
-