public class GetReview extends Object implements RestReadView<RevisionResource>
Modifier and Type | Method and Description |
---|---|
Response<ChangeInfo> |
apply(RevisionResource rsrc)
Process the view operation by reading from the resource.
|
public Response<ChangeInfo> apply(RevisionResource rsrc) throws com.google.gwtorm.server.OrmException
RestReadView
apply
in interface RestReadView<RevisionResource>
rsrc
- resource to read.BinaryResult
to avoid automatic conversion
to JSON.com.google.gwtorm.server.OrmException