|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AttachmentInputStream | |
|---|---|
| org.ektorp | |
| org.ektorp.impl | |
| Uses of AttachmentInputStream in org.ektorp |
|---|
| Methods in org.ektorp that return AttachmentInputStream | |
|---|---|
AttachmentInputStream |
CouchDbConnector.getAttachment(String id,
String attachmentId)
Reads an attachment from the database. |
| Methods in org.ektorp with parameters of type AttachmentInputStream | |
|---|---|
String |
CouchDbConnector.createAttachment(String docId,
AttachmentInputStream data)
Creates both the document and the attachment |
String |
CouchDbConnector.createAttachment(String docId,
String revision,
AttachmentInputStream data)
Adds an attachment to the specified document id. |
| Uses of AttachmentInputStream in org.ektorp.impl |
|---|
| Methods in org.ektorp.impl that return AttachmentInputStream | |
|---|---|
AttachmentInputStream |
StdCouchDbConnector.getAttachment(String id,
String attachmentId)
|
| Methods in org.ektorp.impl with parameters of type AttachmentInputStream | |
|---|---|
String |
StdCouchDbConnector.createAttachment(String docId,
AttachmentInputStream data)
|
String |
StdCouchDbConnector.createAttachment(String docId,
String revision,
AttachmentInputStream data)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||