Package step.grid

Class ProxyGridServices

java.lang.Object
step.grid.ProxyGridServices

@Path("/proxy/grid") public class ProxyGridServices extends Object
  • Field Details

    • fileManagerClient

      public static step.grid.filemanager.FileManagerClient fileManagerClient
  • Constructor Details

    • ProxyGridServices

      public ProxyGridServices()
  • Method Details

    • getFile

      @GET @Path("/file/{id}/{version}") public jakarta.ws.rs.core.Response getFile(@PathParam("id") String id, @PathParam("version") String version) throws IOException, step.grid.filemanager.FileManagerException
      Throws:
      IOException
      step.grid.filemanager.FileManagerException