Uploaded image for project: 'Couchbase Lite'
  1. Couchbase Lite
  2. CBL-4316

Replicator's getPendingDocumentIds() and isDocumentPending(String id) are deprecated

    XMLWordPrintable

Details

    • 0

    Description

      The Replicator's getPendingDocumentIds() and isDocumentPending(String id) are deprecated. Use getPendingDocumentIds(Collection collection) and isDocumentPending(String id, Collection collection) respectively instead.

      Deprecated APIs

      Java / Android

      • Set<String> getPendingDocumentIds() throws CouchbaseLiteException
      • boolean isDocumentPending(@NonNull String docId)

      Swift

      • func pendingDocumentIds() throws -> Set<String>
      • func isDocumentPending(_ documentID: String) throws -> Bool

      Objective-C (CBLReplicatorConfiguration)

      • - (nullable NSSet<NSString*>*) pendingDocumentIDs: (NSError**)error
      • - (BOOL) isDocumentPending: (NSString*)documentID error: (NSError**)error

      .NET

      • IImmutableSet<string> GetPendingDocumentIDs()
      • bool IsDocumentPending([NotNull]string documentID)

      C

      • FLDict _cbl_nullable CBLReplicator_PendingDocumentIDs(CBLReplicator*, CBLError* _cbl_nullable outError)
      • bool CBLReplicator_IsDocumentPending(CBLReplicator *repl, FLString docID, CBLError* _cbl_nullable outError)

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            The Lite The Lite
            pasin Pasin Suriyentrakorn
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty