Interface FileDownloadService

All Known Implementing Classes:
FileDownloadServiceImpl

public interface FileDownloadService
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    processDownload(String id, String handler, Map<String,String> metadata, HttpServletResponse response)
     
  • Method Details