|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Attachment | |
|---|---|
| org.ektorp | |
| org.ektorp.impl | |
| org.ektorp.support | |
| Uses of Attachment in org.ektorp |
|---|
| Methods in org.ektorp that return Attachment | |
|---|---|
Attachment |
CouchDbConnector.getAttachment(java.lang.String id,
java.lang.String attachmentId)
|
| Methods in org.ektorp with parameters of type Attachment | |
|---|---|
java.lang.String |
CouchDbConnector.createAttachment(java.lang.String docId,
Attachment a)
Creates both the document and the attachment |
java.lang.String |
CouchDbConnector.createAttachment(java.lang.String docId,
java.lang.String revision,
Attachment a)
Adds an attachment to the specified document id. |
| Uses of Attachment in org.ektorp.impl |
|---|
| Methods in org.ektorp.impl that return Attachment | |
|---|---|
Attachment |
StdCouchDbConnector.getAttachment(java.lang.String id,
java.lang.String attachmentId)
|
| Methods in org.ektorp.impl with parameters of type Attachment | |
|---|---|
java.lang.String |
StdCouchDbConnector.createAttachment(java.lang.String docId,
Attachment a)
|
java.lang.String |
StdCouchDbConnector.createAttachment(java.lang.String docId,
java.lang.String revision,
Attachment a)
|
| Uses of Attachment in org.ektorp.support |
|---|
| Methods in org.ektorp.support that return types with arguments of type Attachment | |
|---|---|
java.util.Map<java.lang.String,Attachment> |
CouchDbDocument.getAttachments()
|
| Methods in org.ektorp.support with parameters of type Attachment | |
|---|---|
protected void |
CouchDbDocument.addInlineAttachment(Attachment a)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||