|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DocumentOperationResult | |
|---|---|
| org.ektorp | |
| org.ektorp.impl | |
| Uses of DocumentOperationResult in org.ektorp |
|---|
| Methods in org.ektorp that return DocumentOperationResult | |
|---|---|
static DocumentOperationResult |
DocumentOperationResult.newInstance(java.lang.String id,
java.lang.String revision)
|
static DocumentOperationResult |
DocumentOperationResult.newInstance(java.lang.String id,
java.lang.String error,
java.lang.String reason)
|
| Methods in org.ektorp that return types with arguments of type DocumentOperationResult | |
|---|---|
java.util.List<DocumentOperationResult> |
CouchDbConnector.executeAllOrNothing(java.util.Collection<?> objects)
Creates, updates or deletes all objects in the supplied collection. |
java.util.List<DocumentOperationResult> |
CouchDbConnector.executeBulk(java.util.Collection<?> objects)
Creates, updates or deletes all objects in the supplied collection. |
java.util.List<DocumentOperationResult> |
CouchDbConnector.flushBulkBuffer()
Sends the bulk buffer attached the the executing thread to the database (through a executeBulk call). |
| Uses of DocumentOperationResult in org.ektorp.impl |
|---|
| Methods in org.ektorp.impl that return DocumentOperationResult | |
|---|---|
DocumentOperationResult |
RevisionResponseHandler.success(HttpResponse hr)
|
| Methods in org.ektorp.impl that return types with arguments of type DocumentOperationResult | |
|---|---|
java.util.List<DocumentOperationResult> |
StdCouchDbConnector.executeAllOrNothing(java.util.Collection<?> objects)
|
java.util.List<DocumentOperationResult> |
StdCouchDbConnector.executeBulk(java.util.Collection<?> objects)
|
java.util.List<DocumentOperationResult> |
StdCouchDbConnector.flushBulkBuffer()
|
java.util.List<DocumentOperationResult> |
BulkOperationResponseHandler.success(HttpResponse hr)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||