Class ViewService

java.lang.Object
org.openprovenance.prov.service.ViewService
All Implemented Interfaces:
SwaggerTags

@Path("") public class ViewService extends Object implements SwaggerTags
  • Constructor Details

    • ViewService

      public ViewService()
  • Method Details

    • getValidationReportAsHtml

      @GET @Path("/view/documents/{docId}/validation/report.html") @Produces("text/html") public void getValidationReportAsHtml(@Context jakarta.servlet.http.HttpServletResponse response, @Context jakarta.servlet.http.HttpServletRequest request, @PathParam("docId") String visibleId) throws jakarta.servlet.ServletException, IOException
      Throws:
      jakarta.servlet.ServletException
      IOException