public class ListSubgroups extends java.lang.Object implements RestReadView<GroupResource>
Modifier and Type | Method and Description |
---|---|
java.util.List<GroupInfo> |
apply(GroupResource rsrc)
Process the view operation by reading from the resource.
|
public java.util.List<GroupInfo> apply(GroupResource rsrc) throws MethodNotAllowedException, com.google.gwtorm.server.OrmException
RestReadView
apply
in interface RestReadView<GroupResource>
rsrc
- resource to read.BinaryResult
to avoid automatic conversion
to JSON.MethodNotAllowedException
com.google.gwtorm.server.OrmException