public class ListReviewers extends java.lang.Object implements RestReadView<ChangeResource>
Modifier and Type | Method and Description |
---|---|
java.util.List<ReviewerInfo> |
apply(ChangeResource rsrc)
Process the view operation by reading from the resource.
|
public java.util.List<ReviewerInfo> apply(ChangeResource rsrc) throws PermissionBackendException
RestReadView
apply
in interface RestReadView<ChangeResource>
rsrc
- resource to read.BinaryResult
to avoid automatic conversion
to JSON.PermissionBackendException