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.org.apache.jackrabbit.oak.plugins.blob.datastore org.apache.jackrabbit.oak.plugins.blob.datastore.directaccess Package related to direct upload/download of data records. -
-
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 BlobDownloadOptions
BlobDownloadOptions. DEFAULT
Methods in org.apache.jackrabbit.oak.api.blob with parameters of type BlobDownloadOptions Modifier and Type Method Description @Nullable URI
BlobAccessProvider. getDownloadURI(@NotNull Blob blob, @NotNull BlobDownloadOptions downloadOptions)
Obtain a download URI for aBlob
. -
Uses of BlobDownloadOptions in org.apache.jackrabbit.oak.plugins.blob.datastore
Methods in org.apache.jackrabbit.oak.plugins.blob.datastore with parameters of type BlobDownloadOptions Modifier and Type Method Description @Nullable URI
DataStoreBlobStore. getDownloadURI(@NotNull Blob blob, @NotNull BlobDownloadOptions downloadOptions)
-
Uses of BlobDownloadOptions in org.apache.jackrabbit.oak.plugins.blob.datastore.directaccess
Methods in org.apache.jackrabbit.oak.plugins.blob.datastore.directaccess with parameters of type BlobDownloadOptions Modifier and Type Method Description static DataRecordDownloadOptions
DataRecordDownloadOptions. fromBlobDownloadOptions(@NotNull BlobDownloadOptions downloadOptions)
Create an instance of this class directly from aBlobDownloadOptions
instance.
-