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 StringAzureBlobStore. 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 StringS3BlobStore. 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 BlobWriteContextBlobWriteContext. copyWithKey(String key)BlobWriteContextBlobWriteContext. copyWithNoWriteObserverAndKey(String key)BlobWriteContextKeyStrategy. getBlobWriteContext(BlobContext blobContext)Gets the write context for the given blob.BlobWriteContextKeyStrategyDigest. getBlobWriteContext(BlobContext blobContext)BlobWriteContextKeyStrategyDocId. getBlobWriteContext(BlobContext blobContext)BlobWriteContextKeyStrategyManaged. getBlobWriteContext(BlobContext blobContext)Methods in org.nuxeo.ecm.core.blob with parameters of type BlobWriteContext Modifier and Type Method Description voidAbstractBlobStore. transfer(BlobWriteContext blobWriteContext, OutputStream out)Transfers a blob to an output stream, notifying an observer while doing this.voidAbstractBlobStore. transfer(BlobWriteContext blobWriteContext, Path dest)Transfers a blob to a file, notifying an observer while doing this.protected voidAESBlobStore. write(BlobWriteContext blobWriteContext, Path file)protected voidLocalBlobStore. write(BlobWriteContext blobWriteContext, Path file)StringAbstractBlobStore. writeBlob(BlobWriteContext blobWriteContext)StringBlobStore. writeBlob(BlobWriteContext blobWriteContext)Writes a blob.protected StringAbstractBlobStore. writeBlobGeneric(BlobWriteContext blobWriteContext)Writes the blob without using any store-to-store optimization.protected StringCachingBlobStore. writeBlobGeneric(BlobWriteContext blobWriteContext)protected StringEmptyBlobStore. writeBlobGeneric(BlobWriteContext blobWriteContext)protected StringInMemoryBlobStore. writeBlobGeneric(BlobWriteContext blobWriteContext)protected StringLocalBlobStore. writeBlobGeneric(BlobWriteContext blobWriteContext)protected StringTransactionalBlobStore. writeBlobGeneric(BlobWriteContext blobWriteContext)protected StringAbstractBlobStore. 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 StringGoogleStorageBlobStore. 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 StringGridFSBlobStore. writeBlobGeneric(BlobWriteContext blobWriteContext)
-