Uses of Class
org.nuxeo.ecm.core.blob.BlobWriteContext
-
Packages that use BlobWriteContext Package Description org.nuxeo.ecm.blob.azure org.nuxeo.ecm.blob.s3 org.nuxeo.ecm.core.blob org.nuxeo.ecm.core.storage.gcp org.nuxeo.ecm.core.storage.mongodb.blob -
-
Uses of BlobWriteContext in org.nuxeo.ecm.blob.azure
Methods in org.nuxeo.ecm.blob.azure with parameters of type BlobWriteContext Modifier and Type Method Description protected 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 BlobWriteContext Modifier and Type Method Description protected String
S3BlobStore. writeBlobGeneric(BlobWriteContext blobWriteContext)
-
Uses of BlobWriteContext in org.nuxeo.ecm.core.blob
Methods in org.nuxeo.ecm.core.blob that return BlobWriteContext Modifier and Type Method Description BlobWriteContext
BlobWriteContext. copyWithKey(String key)
BlobWriteContext
BlobWriteContext. copyWithNoWriteObserverAndKey(String key)
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)
Methods in org.nuxeo.ecm.core.blob with parameters of type BlobWriteContext Modifier and Type Method Description void
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)
String
AbstractBlobStore. writeBlob(BlobWriteContext blobWriteContext)
String
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 BlobWriteContext Modifier and Type Method Description protected 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 BlobWriteContext Modifier and Type Method Description protected String
GridFSBlobStore. writeBlobGeneric(BlobWriteContext blobWriteContext)
-