Uses of Class
org.apache.jackrabbit.oak.api.blob.BlobDownloadOptions
-
Packages that use BlobDownloadOptions Package Description org.apache.jackrabbit.oak.api.blob Package related to direct upload/download of blobs. -
-
Uses of BlobDownloadOptions in org.apache.jackrabbit.oak.api.blob
Fields in org.apache.jackrabbit.oak.api.blob declared as BlobDownloadOptions Modifier and Type Field Description static BlobDownloadOptionsBlobDownloadOptions. DEFAULTMethods in org.apache.jackrabbit.oak.api.blob with parameters of type BlobDownloadOptions Modifier and Type Method Description @Nullable URIBlobAccessProvider. getDownloadURI(@NotNull Blob blob, @NotNull BlobDownloadOptions downloadOptions)Obtain a download URI for aBlob.
-