public class TestSubmitRule extends Object implements RestModifyView<RevisionResource,TestSubmitRuleInput>
| Modifier and Type | Method and Description |
|---|---|
List<TestSubmitRuleInfo> |
apply(RevisionResource rsrc,
TestSubmitRuleInput input)
Process the view operation by altering the resource.
|
public List<TestSubmitRuleInfo> apply(RevisionResource rsrc, TestSubmitRuleInput input) throws AuthException, 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.PermissionBackendException