Uses of Class
org.apache.jackrabbit.oak.api.blob.BlobDownloadOptions
Packages that use BlobDownloadOptions
Package
Description
Package related to direct upload/download of blobs.
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 BlobDownloadOptionsMethods in org.apache.jackrabbit.oak.api.blob with parameters of type BlobDownloadOptionsModifier and TypeMethodDescription@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 BlobDownloadOptionsModifier and TypeMethodDescription@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 BlobDownloadOptionsModifier and TypeMethodDescriptionstatic DataRecordDownloadOptions
DataRecordDownloadOptions.fromBlobDownloadOptions
(@NotNull BlobDownloadOptions downloadOptions) Create an instance of this class directly from aBlobDownloadOptions
instance.