Uses of Interface
org.apache.jackrabbit.oak.api.Blob
Packages that use Blob
Package
Description
Oak repository API
Package related to direct upload/download of blobs.
-
Uses of Blob in org.apache.jackrabbit.oak.api
Fields in org.apache.jackrabbit.oak.api with type parameters of type BlobModifier and TypeFieldDescriptionType.BINARIESMapIterable<Blob>to array ofPropertyType.BINARYType.BINARYMapBlobtoPropertyType.BINARYMethods in org.apache.jackrabbit.oak.api that return BlobModifier and TypeMethodDescription@NotNull BlobRoot.createBlob(@NotNull InputStream stream) Reads (and closes) the given stream and returns aBlobthat contains that binary.@Nullable BlobGet a blob by its reference. -
Uses of Blob in org.apache.jackrabbit.oak.api.blob
Methods in org.apache.jackrabbit.oak.api.blob that return BlobModifier and TypeMethodDescription@Nullable BlobBlobAccessProvider.completeBlobUpload(@NotNull String uploadToken) Complete a transaction for uploading a blob to a storage location via direct blob upload.Methods in org.apache.jackrabbit.oak.api.blob with parameters of type BlobModifier and TypeMethodDescription@Nullable URIBlobAccessProvider.getDownloadURI(@NotNull Blob blob, @NotNull BlobDownloadOptions downloadOptions) Obtain a download URI for aBlob.