Class Index
- java.lang.Object
-
- com.google.gerrit.server.update.RetryingRestModifyView<ChangeResource,Input,Object>
-
- com.google.gerrit.server.restapi.change.Index
-
- All Implemented Interfaces:
RestModifyView<ChangeResource,Input>
,RestView<ChangeResource>
public class Index extends RetryingRestModifyView<ChangeResource,Input,Object>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Response<Object>
applyImpl(BatchUpdate.Factory updateFactory, ChangeResource rsrc, Input input)
-
Methods inherited from class com.google.gerrit.server.update.RetryingRestModifyView
apply
-
-
-
-
Method Detail
-
applyImpl
protected Response<Object> applyImpl(BatchUpdate.Factory updateFactory, ChangeResource rsrc, Input input) throws IOException, AuthException, PermissionBackendException
- Specified by:
applyImpl
in classRetryingRestModifyView<ChangeResource,Input,Object>
- Throws:
IOException
AuthException
PermissionBackendException
-
-