public class TestSubmitRule extends java.lang.Object implements RestModifyView<RevisionResource,TestSubmitRuleInput>
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<TestSubmitRuleInfo> | 
apply(RevisionResource rsrc,
     TestSubmitRuleInput input)
Process the view operation by altering the resource. 
 | 
public java.util.List<TestSubmitRuleInfo> apply(RevisionResource rsrc, TestSubmitRuleInput input) throws AuthException, com.google.gwtorm.server.OrmException, PermissionBackendException, BadRequestException
RestModifyViewapply in interface RestModifyView<RevisionResource,TestSubmitRuleInput>rsrc - resource to modify.input - input after parsing from request.BinaryResult to avoid automatic conversion
     to JSON.AuthException - the client is not permitted to access this view.BadRequestException - the request was incorrectly specified and cannot be handled by this
     view.com.google.gwtorm.server.OrmExceptionPermissionBackendException