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 void
S3BlobStore. 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 BlobUpdateContext
TransactionalBlobStore.TransientInfo. blobUpdateContext
The update to apply.Methods in org.nuxeo.ecm.core.blob that return BlobUpdateContext Modifier and Type Method Description BlobUpdateContext
BlobUpdateContext. with(BlobUpdateContext other)
BlobUpdateContext
BlobUpdateContext. withColdStorageClass(boolean inColdStorage)
BlobUpdateContext
BlobUpdateContext. withRestoreForDuration(Duration duration)
BlobUpdateContext
BlobUpdateContext. withUpdateLegalHold(boolean hold)
BlobUpdateContext
BlobUpdateContext. withUpdateRetainUntil(Calendar retainUntil)
Methods in org.nuxeo.ecm.core.blob with parameters of type BlobUpdateContext Modifier and Type Method Description protected void
TransactionalBlobStore. putTransientUpdate(String key, BlobUpdateContext blobUpdateContext)
default void
BlobProvider. updateBlob(BlobUpdateContext blobUpdateContext)
Updates a blob's properties in storage.void
BlobStoreBlobProvider. updateBlob(BlobUpdateContext blobUpdateContext)
BlobUpdateContext
BlobUpdateContext. with(BlobUpdateContext other)
void
AbstractBlobStore. writeBlobProperties(BlobUpdateContext blobUpdateContext)
void
BlobStore. writeBlobProperties(BlobUpdateContext blobUpdateContext)
Sets properties on a blob.void
CachingBlobStore. writeBlobProperties(BlobUpdateContext blobUpdateContext)
void
InMemoryBlobStore. writeBlobProperties(BlobUpdateContext blobUpdateContext)
void
TransactionalBlobStore. writeBlobProperties(BlobUpdateContext blobUpdateContext)
Method parameters in org.nuxeo.ecm.core.blob with type arguments of type BlobUpdateContext Modifier and Type Method Description protected void
DocumentBlobManagerComponent. updateBlob(ManagedBlob blob, Consumer<BlobUpdateContext> contextFiller)
void
DocumentBlobManagerComponent. updateBlob(Document doc, Consumer<BlobUpdateContext> contextFiller)
Update main blob of the doc.protected void
DocumentBlobManagerComponent. updateRetainedBlobs(Document doc, Consumer<BlobUpdateContext> contextFiller)
-