public class ListChangeRobotComments extends java.lang.Object implements RestReadView<ChangeResource>
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.util.List<RobotCommentInfo>> |
apply(ChangeResource rsrc)
Process the view operation by reading from the resource.
|
public java.util.Map<java.lang.String,java.util.List<RobotCommentInfo>> apply(ChangeResource rsrc) throws AuthException, PermissionBackendException
RestReadView
apply
in interface RestReadView<ChangeResource>
rsrc
- resource to read.BinaryResult
to avoid automatic conversion
to JSON.AuthException
- the client is not permitted to access this view.PermissionBackendException