Uses of Class
org.ektorp.AttachmentInputStream

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.
 AttachmentInputStream CouchDbConnector.getAttachment(String id, String attachmentId, String revision)
           
 

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)
           
 AttachmentInputStream StdCouchDbConnector.getAttachment(String id, String attachmentId, String revision)
           
 

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)
           
 



Copyright © 2011. All Rights Reserved.