-
Performs a HTTP DELETE request.
CouchDbClientBase.getResponse(org.apache.http.HttpResponse response)
Saves an object in the database using HTTP POST request.
Performs a HTTP PUT request, saves an attachment.
CouchDbClientBase.put(URI uri,
Object object,
boolean newEntity)
Performs a HTTP PUT request, saves or updates a document.
Removes a document from the database.
Removes a document from the database given both a document _id
and _rev
values.
Removes a document from the replicator database.
Saves an object in the database, using HTTP PUT request.
Adds a new document to the replicator database.
Saves an attachment to a new document with a generated UUID as the document id.
Saves an attachment to an existing document given both a document id
and revision, or save to a new document given only the id, and rev as null
.
Synchronizes a design document to the Database.
Updates an object in the database, the object must have the correct _id
and _rev
values.
CouchDbClientBase.bulk(List<?> objects,
boolean newEdits)
Performs bulk documents create and update request.