Uses of Interface
org.apache.jackrabbit.oak.api.Blob
-
Packages that use Blob Package Description org.apache.jackrabbit.oak.api Oak repository APIorg.apache.jackrabbit.oak.api.blob 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 Blob Modifier and Type Field Description static Type<Iterable<Blob>>Type. BINARIESMapIterable<Blob>to array ofPropertyType.BINARYstatic Type<Blob>Type. BINARYMapBlobtoPropertyType.BINARYMethods in org.apache.jackrabbit.oak.api that return Blob Modifier and Type Method Description @NotNull BlobRoot. createBlob(@NotNull InputStream stream)Reads (and closes) the given stream and returns aBlobthat contains that binary.@Nullable BlobRoot. getBlob(@NotNull String reference)Get 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 Blob Modifier and Type Method Description @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 Blob Modifier and Type Method Description @Nullable URIBlobAccessProvider. getDownloadURI(@NotNull Blob blob, @NotNull BlobDownloadOptions downloadOptions)Obtain a download URI for aBlob.
-