Class ViewService
java.lang.Object
org.openprovenance.prov.service.ViewService
- All Implemented Interfaces:
SwaggerTags
-
Field Summary
Fields inherited from interface org.openprovenance.prov.service.core.SwaggerTags
DOCUMENTS, NARRATIVE, NLG, RANDOM, RESOURCES, TEMPLATE, VALIDATION, VIEW -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetValidationReportAsHtml(jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.http.HttpServletRequest request, String visibleId)
-
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.ServletExceptionIOException
-