Package ru.i_novus.ms.rdm.api.service
Interface DownloadCompareService
@Path("/compare")
public interface DownloadCompareService
-
Method Summary
Modifier and Type Method Description ExportFilegetCompareFile(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)
-