Uses of Class
org.nuxeo.ecm.core.blob.BlobWriteContext
Packages that use BlobWriteContext
Package
Description
-
Uses of BlobWriteContext in org.nuxeo.ecm.blob.azure
Methods in org.nuxeo.ecm.blob.azure with parameters of type BlobWriteContextModifier and TypeMethodDescriptionprotected String
AzureBlobStore.writeBlobGeneric
(BlobWriteContext blobWriteContext) -
Uses of BlobWriteContext in org.nuxeo.ecm.blob.s3
Methods in org.nuxeo.ecm.blob.s3 with parameters of type BlobWriteContextModifier and TypeMethodDescriptionprotected String
S3BlobStore.writeBlobGeneric
(BlobWriteContext blobWriteContext) -
Uses of BlobWriteContext in org.nuxeo.ecm.core.blob
Methods in org.nuxeo.ecm.core.blob that return BlobWriteContextModifier and TypeMethodDescriptionBlobWriteContext.copyWithKey
(String key) BlobWriteContext.copyWithNoWriteObserverAndKey
(String key) KeyStrategy.getBlobWriteContext
(BlobContext blobContext) Gets the write context for the given blob.KeyStrategyDigest.getBlobWriteContext
(BlobContext blobContext) KeyStrategyDocId.getBlobWriteContext
(BlobContext blobContext) KeyStrategyManaged.getBlobWriteContext
(BlobContext blobContext) Methods in org.nuxeo.ecm.core.blob with parameters of type BlobWriteContextModifier and TypeMethodDescriptionvoid
AbstractBlobStore.transfer
(BlobWriteContext blobWriteContext, OutputStream out) Transfers a blob to an output stream, notifying an observer while doing this.void
AbstractBlobStore.transfer
(BlobWriteContext blobWriteContext, Path dest) Transfers a blob to a file, notifying an observer while doing this.protected void
AESBlobStore.write
(BlobWriteContext blobWriteContext, Path file) protected void
LocalBlobStore.write
(BlobWriteContext blobWriteContext, Path file) AbstractBlobStore.writeBlob
(BlobWriteContext blobWriteContext) BlobStore.writeBlob
(BlobWriteContext blobWriteContext) Writes a blob.protected String
AbstractBlobStore.writeBlobGeneric
(BlobWriteContext blobWriteContext) Writes the blob without using any store-to-store optimization.protected String
CachingBlobStore.writeBlobGeneric
(BlobWriteContext blobWriteContext) protected String
EmptyBlobStore.writeBlobGeneric
(BlobWriteContext blobWriteContext) protected String
InMemoryBlobStore.writeBlobGeneric
(BlobWriteContext blobWriteContext) protected String
LocalBlobStore.writeBlobGeneric
(BlobWriteContext blobWriteContext) protected String
TransactionalBlobStore.writeBlobGeneric
(BlobWriteContext blobWriteContext) protected String
AbstractBlobStore.writeBlobUsingOptimizedCopy
(BlobWriteContext blobWriteContext) Tries to do an optimize copy to write this blob. -
Uses of BlobWriteContext in org.nuxeo.ecm.core.storage.gcp
Methods in org.nuxeo.ecm.core.storage.gcp with parameters of type BlobWriteContextModifier and TypeMethodDescriptionprotected String
GoogleStorageBlobStore.writeBlobGeneric
(BlobWriteContext blobWriteContext) -
Uses of BlobWriteContext in org.nuxeo.ecm.core.storage.mongodb.blob
Methods in org.nuxeo.ecm.core.storage.mongodb.blob with parameters of type BlobWriteContextModifier and TypeMethodDescriptionprotected String
GridFSBlobStore.writeBlobGeneric
(BlobWriteContext blobWriteContext)