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 voidS3BlobStore. setMetadata(com.amazonaws.services.s3.model.ObjectMetadata objectMetadata, BlobContext blobContext)protected StringS3BlobStore. 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 BlobContextBlobWriteContext. blobContextMethods in org.nuxeo.ecm.core.blob with parameters of type BlobContext Modifier and Type Method Description voidAbstractBlobStore. deleteBlob(BlobContext blobContext)default voidBlobProvider. deleteBlob(BlobContext blobContext)Deletes a blob from storage.voidBlobStore. deleteBlob(BlobContext blobContext)Deletes a blob.voidBlobStoreBlobProvider. deleteBlob(BlobContext blobContext)BlobWriteContextKeyStrategy. getBlobWriteContext(BlobContext blobContext)Gets the write context for the given blob.BlobWriteContextKeyStrategyDigest. getBlobWriteContext(BlobContext blobContext)BlobWriteContextKeyStrategyDocId. getBlobWriteContext(BlobContext blobContext)BlobWriteContextKeyStrategyManaged. getBlobWriteContext(BlobContext blobContext)protected StringKeyStrategyDocId. getKey(BlobContext blobContext)StringAbstractBlobStore. writeBlob(BlobContext blobContext)default StringBlobProvider. writeBlob(BlobContext blobContext)Writes aBlobto storage and returns information about it.StringBlobStore. writeBlob(BlobContext blobContext)Writes a blob.StringBlobStoreBlobProvider. 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)
-