Class IndexingDomainEvent

java.lang.Object
org.nuxeo.ecm.core.search.index.IndexingDomainEvent
All Implemented Interfaces:
Serializable

public class IndexingDomainEvent extends Object implements Serializable
Domain Event for Indexing.
Since:
2025.0
See Also:
  • Field Details

    • source

      protected String source
    • event

      protected String event
    • sync

      protected boolean sync
    • recurse

      protected boolean recurse
    • repository

      protected String repository
    • docId

      protected String docId
    • path

      @Nullable protected String path
  • Constructor Details

    • IndexingDomainEvent

      public IndexingDomainEvent()
  • Method Details

    • getSource

      public String getSource()
    • getEvent

      public String getEvent()
    • isSync

      public boolean isSync()
    • isRecurse

      public boolean isRecurse()
    • getRepository

      public String getRepository()
    • getDocId

      public String getDocId()
    • getPath

      public String getPath()
    • toString

      public String toString()
      Overrides:
      toString in class Object