public class ListReviewers extends Object implements RestReadView<ChangeResource>
Modifier and Type | Method and Description |
---|---|
List<ReviewerInfo> |
apply(ChangeResource rsrc)
Process the view operation by reading from the resource.
|
public 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