public class IndexChanges extends java.lang.Object implements RestModifyView<ProjectResource,ProjectInput>
| Modifier and Type | Method and Description |
|---|---|
Response.Accepted |
apply(ProjectResource resource,
ProjectInput input)
Process the view operation by altering the resource.
|
public Response.Accepted apply(ProjectResource resource, ProjectInput input)
RestModifyViewapply in interface RestModifyView<ProjectResource,ProjectInput>resource - resource to modify.input - input after parsing from request.BinaryResult to avoid automatic conversion
to JSON.