Class IndexChanges
- java.lang.Object
-
- com.google.gerrit.server.restapi.config.IndexChanges
-
- All Implemented Interfaces:
RestModifyView<ConfigResource,IndexChanges.Input>
,RestView<ConfigResource>
public class IndexChanges extends Object implements RestModifyView<ConfigResource,IndexChanges.Input>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
IndexChanges.Input
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
apply(ConfigResource resource, IndexChanges.Input input)
Process the view operation by altering the resource.
-
-
-
Method Detail
-
apply
public Object apply(ConfigResource resource, IndexChanges.Input input)
Description copied from interface:RestModifyView
Process the view operation by altering the resource.- Specified by:
apply
in interfaceRestModifyView<ConfigResource,IndexChanges.Input>
- Parameters:
resource
- resource to modify.input
- input after parsing from request.- Returns:
- result to return to the client. Use
BinaryResult
to avoid automatic conversion to JSON.
-
-