Class FileDownloadController


  • @RestController("v2ApiFileDownloadController")
    @RequestMapping(path="/api/v2")
    @ServerContext
    public class FileDownloadController
    extends AbstractBaseController
    Since:
    11.0
    • Method Detail

      • get

        @SendRedirectUponException
        @GetMapping("/session/{sessionId}/file/{configurationId}/download")
        public void get​(@PathVariable("sessionId")
                        com.blueriq.component.api.IAquimaSession session,
                        @PathVariable("configurationId")
                        String configurationId,
                        javax.servlet.http.HttpServletResponse httpResponse)
                 throws IOException
        Throws:
        IOException
      • checkAuthorization

        @GetMapping("/session/{sessionId}/file/{configurationId}/checkauthorization")
        public void checkAuthorization​(@PathVariable("sessionId")
                                       com.blueriq.component.api.IAquimaSession session,
                                       @PathVariable("configurationId")
                                       String configurationId,
                                       javax.servlet.http.HttpServletResponse httpResponse)
                                throws IOException
        Throws:
        IOException