Interface DownloadCompareService


@Path("/compare")
public interface DownloadCompareService
  • Method Summary

    Modifier and Type Method Description
    ExportFile getCompareFile​(java.lang.Integer oldVersionId, java.lang.Integer newVersionId)  
  • Method Details

    • getCompareFile

      @GET @Path("/getFile") @Produces("application/zip;charset=UTF-8") ExportFile getCompareFile​(@QueryParam("oldVersionId") java.lang.Integer oldVersionId, @QueryParam("newVersionId") java.lang.Integer newVersionId)