Uses of Class
com.taskadapter.redmineapi.bean.Attachment

Packages that use Attachment
com.taskadapter.redmineapi Use RedmineManager class from this package to communicate with Redmine servers. 
com.taskadapter.redmineapi.bean Redmine objects (Task, Project, User, Tracker, ...). 
 

Uses of Attachment in com.taskadapter.redmineapi
 

Methods in com.taskadapter.redmineapi that return Attachment
 Attachment RedmineManager.getAttachmentById(int attachmentID)
          Delivers an Attachment by its ID.
 Attachment RedmineManager.uploadAttachment(String contentType, File content)
          Uploads an attachement.
 Attachment RedmineManager.uploadAttachment(String fileName, String contentType, byte[] content)
          Uploads an attachement.
 Attachment RedmineManager.uploadAttachment(String fileName, String contentType, InputStream content)
          Uploads an attachement.
 

Methods in com.taskadapter.redmineapi with parameters of type Attachment
 byte[] RedmineManager.downloadAttachmentContent(Attachment issueAttachment)
          Downloads the content of an Attachment from the Redmine server.
 void RedmineManager.downloadAttachmentContent(Attachment issueAttachment, OutputStream stream)
           
 

Uses of Attachment in com.taskadapter.redmineapi.bean
 

Methods in com.taskadapter.redmineapi.bean that return types with arguments of type Attachment
 List<Attachment> Issue.getAttachments()
           
 



Copyright © 2012. All Rights Reserved.