Class TransactionalBlobStore.TransientInfo

java.lang.Object
org.nuxeo.ecm.core.blob.TransactionalBlobStore.TransientInfo
Enclosing class:
TransactionalBlobStore

public static class TransactionalBlobStore.TransientInfo extends Object
Transient data recording operations applied to a blob, to be executed on the permanent store at commit time.
  • Field Details

    • transientKey

      public String transientKey
      The key in the transient store of the blob to use, or a delete marker.
    • blobUpdateContext

      public BlobUpdateContext blobUpdateContext
      The update to apply.
  • Constructor Details

    • TransientInfo

      public TransientInfo()