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