Class DeleteVote
- java.lang.Object
-
- com.google.gerrit.server.update.RetryingRestModifyView<VoteResource,DeleteVoteInput,Object>
-
- com.google.gerrit.server.restapi.change.DeleteVote
-
- All Implemented Interfaces:
RestModifyView<VoteResource,DeleteVoteInput>
,RestView<VoteResource>
public class DeleteVote extends RetryingRestModifyView<VoteResource,DeleteVoteInput,Object>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Response<Object>
applyImpl(BatchUpdate.Factory updateFactory, VoteResource rsrc, DeleteVoteInput input)
-
Methods inherited from class com.google.gerrit.server.update.RetryingRestModifyView
apply
-
-
-
-
Method Detail
-
applyImpl
protected Response<Object> applyImpl(BatchUpdate.Factory updateFactory, VoteResource rsrc, DeleteVoteInput input) throws RestApiException, UpdateException, IOException, org.eclipse.jgit.errors.ConfigInvalidException
- Specified by:
applyImpl
in classRetryingRestModifyView<VoteResource,DeleteVoteInput,Object>
- Throws:
RestApiException
UpdateException
IOException
org.eclipse.jgit.errors.ConfigInvalidException
-
-