Class FileDownloadController

java.lang.Object
com.aquima.web.api.controller.v2.AbstractBaseController
com.aquima.web.components.filedownload.controller.v2.FileDownloadController

@RestController("v2ApiFileDownloadController") @RequestMapping(path="/api/v2") @ServerContext public class FileDownloadController extends AbstractBaseController
Since:
11.0
  • Constructor Details Link icon

    • FileDownloadController Link icon

      @Autowired public FileDownloadController(FileDownloadService contentDownloadService)
  • Method Details Link icon

    • get Link icon

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

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