Interface PackageExportProxy


@Path("/export") @Produces("application/xml") public interface PackageExportProxy
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • exportDar

      @GET @Path("/deploymentpackage/{id:.*?}") String exportDar(@PathParam("id") String id)