Class DeletePrivate
- java.lang.Object
-
- com.google.gerrit.server.update.RetryingRestModifyView<ChangeResource,SetPrivateOp.Input,String>
-
- com.google.gerrit.server.restapi.change.DeletePrivate
-
- All Implemented Interfaces:
RestModifyView<ChangeResource,SetPrivateOp.Input>
,RestView<ChangeResource>
- Direct Known Subclasses:
DeletePrivateByPost
public class DeletePrivate extends RetryingRestModifyView<ChangeResource,SetPrivateOp.Input,String>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Response<String>
applyImpl(BatchUpdate.Factory updateFactory, ChangeResource rsrc, SetPrivateOp.Input input)
protected BooleanCondition
canDeletePrivate(ChangeResource rsrc)
-
Methods inherited from class com.google.gerrit.server.update.RetryingRestModifyView
apply
-
-
-
-
Method Detail
-
applyImpl
protected Response<String> applyImpl(BatchUpdate.Factory updateFactory, ChangeResource rsrc, SetPrivateOp.Input input) throws RestApiException, UpdateException
- Specified by:
applyImpl
in classRetryingRestModifyView<ChangeResource,SetPrivateOp.Input,String>
- Throws:
RestApiException
UpdateException
-
canDeletePrivate
protected BooleanCondition canDeletePrivate(ChangeResource rsrc)
-
-