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