public class IndexChanges extends Object implements RestModifyView<ConfigResource,IndexChanges.Input>
Modifier and Type | Class and Description |
---|---|
static class |
IndexChanges.Input |
Modifier and Type | Method and Description |
---|---|
Object |
apply(ConfigResource resource,
IndexChanges.Input input)
Process the view operation by altering the resource.
|
public Object apply(ConfigResource resource, IndexChanges.Input input) throws com.google.gwtorm.server.OrmException
RestModifyView
apply
in interface RestModifyView<ConfigResource,IndexChanges.Input>
resource
- resource to modify.input
- input after parsing from request.BinaryResult
to avoid automatic conversion
to JSON.com.google.gwtorm.server.OrmException