public class Index extends Object implements RestModifyView<GroupResource,Index.Input>
Modifier and Type | Class and Description |
---|---|
static class |
Index.Input |
Modifier and Type | Method and Description |
---|---|
Response<?> |
apply(GroupResource rsrc,
Index.Input input)
Process the view operation by altering the resource.
|
public Response<?> apply(GroupResource rsrc, Index.Input input) throws IOException, AuthException, UnprocessableEntityException
RestModifyView
apply
in interface RestModifyView<GroupResource,Index.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.IOException
UnprocessableEntityException