-
DownloadService.DownloadContext.Builder.blob(Blob blob)
The blob, if already fetched.
The consumer sending the blob's bytes to a client for a given byte range.
DownloadService.DownloadContext.builder(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
The document from which to download the blob.
The extended infos, holding additional info about the download (in particular for logging and permission
checks).
If true
, specifies Content-Disposition: inline
, and if false
uses
Content-Disposition: attachment
.
The last modified date of the blob.
DownloadService.DownloadContext.Builder.reason(String reason)
DownloadService.DownloadContext.Builder.xpath(String xpath)
The blob's xpath in the document, or the blobholder index.