Class DatabaseChange


  • public final class DatabaseChange
    extends java.lang.Object
    Provides details about a Database change.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Database getDatabase()
      Returns the database instance
      java.util.List<java.lang.String> getDocumentIDs()
      Returns the list of the changed document IDs
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getDatabase

        @NonNull
        public Database getDatabase()
        Returns the database instance
      • getDocumentIDs

        @NonNull
        public java.util.List<java.lang.String> getDocumentIDs()
        Returns the list of the changed document IDs
        Returns:
        a list of IDs for changed documents
      • toString

        @NonNull
        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object