Class BlobDomainEvent

java.lang.Object
org.nuxeo.ecm.core.blob.stream.BlobDomainEvent
All Implemented Interfaces:
Serializable

public class BlobDomainEvent extends Object implements Serializable
Since:
2023
See Also:
  • Field Details

    • source

      public String source
    • event

      public String event
    • blobKey

      public String blobKey
    • repository

      public String repository
    • user

      @Nullable public String user
      Typically null in test when the CoreFeature does cleanupSession.
    • docId

      @Nullable public String docId
    • xpath

      @Nullable public String xpath
    • blobDigest

      @Nullable public String blobDigest
    • blobLength

      @Nullable public long blobLength
    • mimeType

      @Nullable public String mimeType
    • fileName

      @Nullable public String fileName
  • Constructor Details

    • BlobDomainEvent

      public BlobDomainEvent()
  • Method Details