Uses of Class
org.nuxeo.ecm.core.blob.BlobUpdateContext
-
Packages that use BlobUpdateContext Package Description org.nuxeo.ecm.blob.s3 org.nuxeo.ecm.core.blob -
-
Uses of BlobUpdateContext in org.nuxeo.ecm.blob.s3
Methods in org.nuxeo.ecm.blob.s3 with parameters of type BlobUpdateContext Modifier and Type Method Description voidS3BlobStore. writeBlobProperties(BlobUpdateContext blobUpdateContext) -
Uses of BlobUpdateContext in org.nuxeo.ecm.core.blob
Fields in org.nuxeo.ecm.core.blob declared as BlobUpdateContext Modifier and Type Field Description BlobUpdateContextTransactionalBlobStore.TransientInfo. blobUpdateContextThe update to apply.Methods in org.nuxeo.ecm.core.blob that return BlobUpdateContext Modifier and Type Method Description BlobUpdateContextBlobUpdateContext. with(BlobUpdateContext other)BlobUpdateContextBlobUpdateContext. withColdStorageClass(boolean inColdStorage)BlobUpdateContextBlobUpdateContext. withRestoreForDuration(Duration duration)BlobUpdateContextBlobUpdateContext. withUpdateLegalHold(boolean hold)BlobUpdateContextBlobUpdateContext. withUpdateRetainUntil(Calendar retainUntil)Methods in org.nuxeo.ecm.core.blob with parameters of type BlobUpdateContext Modifier and Type Method Description protected voidTransactionalBlobStore. putTransientUpdate(String key, BlobUpdateContext blobUpdateContext)default voidBlobProvider. updateBlob(BlobUpdateContext blobUpdateContext)Updates a blob's properties in storage.voidBlobStoreBlobProvider. updateBlob(BlobUpdateContext blobUpdateContext)BlobUpdateContextBlobUpdateContext. with(BlobUpdateContext other)voidAbstractBlobStore. writeBlobProperties(BlobUpdateContext blobUpdateContext)voidBlobStore. writeBlobProperties(BlobUpdateContext blobUpdateContext)Sets properties on a blob.voidCachingBlobStore. writeBlobProperties(BlobUpdateContext blobUpdateContext)voidInMemoryBlobStore. writeBlobProperties(BlobUpdateContext blobUpdateContext)voidTransactionalBlobStore. writeBlobProperties(BlobUpdateContext blobUpdateContext)Method parameters in org.nuxeo.ecm.core.blob with type arguments of type BlobUpdateContext Modifier and Type Method Description protected voidDocumentBlobManagerComponent. updateBlob(ManagedBlob blob, Consumer<BlobUpdateContext> contextFiller)voidDocumentBlobManagerComponent. updateBlob(Document doc, Consumer<BlobUpdateContext> contextFiller)Update main blob of the doc.protected voidDocumentBlobManagerComponent. updateRetainedBlobs(Document doc, Consumer<BlobUpdateContext> contextFiller)
-