public class Index extends java.lang.Object implements RestModifyView<GroupResource,Input>
Modifier and Type | Method and Description |
---|---|
Response<?> |
apply(GroupResource rsrc,
Input input)
Process the view operation by altering the resource.
|
public Response<?> apply(GroupResource rsrc, Input input) throws java.io.IOException, AuthException, UnprocessableEntityException
RestModifyView
apply
in interface RestModifyView<GroupResource,Input>
rsrc
- resource to modify.input
- input after parsing from request.BinaryResult
to avoid automatic conversion
to JSON.AuthException
- the client is not permitted to access this view.java.io.IOException
UnprocessableEntityException