Class GetSubgroup
- java.lang.Object
-
- com.google.gerrit.server.restapi.group.GetSubgroup
-
- All Implemented Interfaces:
RestReadView<SubgroupResource>,RestView<SubgroupResource>
public class GetSubgroup extends Object implements RestReadView<SubgroupResource>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GroupInfoapply(SubgroupResource rsrc)Process the view operation by reading from the resource.
-
-
-
Method Detail
-
apply
public GroupInfo apply(SubgroupResource rsrc) throws PermissionBackendException
Description copied from interface:RestReadViewProcess the view operation by reading from the resource.- Specified by:
applyin interfaceRestReadView<SubgroupResource>- Parameters:
rsrc- resource to read.- Returns:
- result to return to the client. Use
BinaryResultto avoid automatic conversion to JSON. - Throws:
PermissionBackendException
-
-