Class ReplicatedDocument


  • public final class ReplicatedDocument
    extends Object
    Information about a Document updated by replication.
    • Method Detail

      • getCollectionScope

        @NonNull
        public String getCollectionScope()
        The scope of the collection to which the changed document belongs.
      • getCollectionName

        @NonNull
        public String getCollectionName()
        The name of the collection to which the changed document belongs.
      • getID

        @NonNull
        public String getID()
        The id document of the changed document.
      • getFlags

        @NonNull
        public EnumSet<DocumentFlag> getFlags()
        The current status flag of the document. eg. deleted, access removed
      • setError

        public void setError​(@Nullable
                             CouchbaseLiteException error)
        Set the current document replication error.