Uses of Class
org.nuxeo.ecm.core.blob.BlobContext
-
Packages that use BlobContext Package Description org.nuxeo.ecm.blob.s3 org.nuxeo.ecm.core.blob -
-
Uses of BlobContext in org.nuxeo.ecm.blob.s3
Methods in org.nuxeo.ecm.blob.s3 with parameters of type BlobContext Modifier and Type Method Description protected void
S3BlobStore. setMetadata(com.amazonaws.services.s3.model.ObjectMetadata objectMetadata, BlobContext blobContext)
protected String
S3BlobStore. writeFile(String key, Path file, BlobContext blobContext, String fileTraceSource)
Writes a file with the given key and returns its version id. -
Uses of BlobContext in org.nuxeo.ecm.core.blob
Fields in org.nuxeo.ecm.core.blob declared as BlobContext Modifier and Type Field Description BlobContext
BlobWriteContext. blobContext
Methods in org.nuxeo.ecm.core.blob with parameters of type BlobContext Modifier and Type Method Description void
AbstractBlobStore. deleteBlob(BlobContext blobContext)
default void
BlobProvider. deleteBlob(BlobContext blobContext)
Deletes a blob from storage.void
BlobStore. deleteBlob(BlobContext blobContext)
Deletes a blob.void
BlobStoreBlobProvider. deleteBlob(BlobContext blobContext)
BlobWriteContext
KeyStrategy. getBlobWriteContext(BlobContext blobContext)
Gets the write context for the given blob.BlobWriteContext
KeyStrategyDigest. getBlobWriteContext(BlobContext blobContext)
BlobWriteContext
KeyStrategyDocId. getBlobWriteContext(BlobContext blobContext)
BlobWriteContext
KeyStrategyManaged. getBlobWriteContext(BlobContext blobContext)
protected String
KeyStrategyDocId. getKey(BlobContext blobContext)
String
AbstractBlobStore. writeBlob(BlobContext blobContext)
default String
BlobProvider. writeBlob(BlobContext blobContext)
Writes aBlob
to storage and returns information about it.String
BlobStore. writeBlob(BlobContext blobContext)
Writes a blob.String
BlobStoreBlobProvider. writeBlob(BlobContext blobContext)
Constructors in org.nuxeo.ecm.core.blob with parameters of type BlobContext Constructor Description BlobWriteContext(BlobContext blobContext, KeyStrategy.WriteObserver writeObserver, Supplier<String> keyComputer, KeyStrategy keyStrategy)
-