Package com.couchbase.lite
Class ReplicatedDocument
java.lang.Object
com.couchbase.lite.ReplicatedDocument
Information about a Document updated by replication.
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the collection to which the changed document belongs.Deprecated.Use getCollection()Deprecated.Use getScope()getError()
The current document replication error.getFlags()
The current status flag of the document.getID()
The id document of the changed document.getScope()
The scope of the collection to which the changed document belongs.void
setError
(CouchbaseLiteException error) Set the current document replication error.toString()
-
Method Details
-
getCollectionScope
Deprecated.Use getScope()The scope of the collection to which the changed document belongs. -
getScope
The scope of the collection to which the changed document belongs. -
getCollectionName
Deprecated.Use getCollection()The name of the collection to which the changed document belongs. -
getCollection
The name of the collection to which the changed document belongs. -
getID
The id document of the changed document. -
getFlags
The current status flag of the document. eg. deleted, access removed -
getError
The current document replication error. -
setError
Set the current document replication error. -
toString
-