Uses of Class
org.redmine.ta.beans.Attachment

Packages that use Attachment
org.redmine.ta Use RedmineManager class from this package to communicate with Redmine servers. 
org.redmine.ta.beans Redmine objects (Task, Project, User, Tracker, ...). 
 

Uses of Attachment in org.redmine.ta
 

Methods in org.redmine.ta that return Attachment
 Attachment RedmineManager.getAttachmentById(int attachmentID)
          Delivers an Attachment by its ID.
 

Methods in org.redmine.ta with parameters of type Attachment
 byte[] RedmineManager.downloadAttachmentContent(Attachment issueAttachment)
          Downloads the content of an Attachment from the Redmine server.
 

Uses of Attachment in org.redmine.ta.beans
 

Methods in org.redmine.ta.beans that return types with arguments of type Attachment
 List<Attachment> Issue.getAttachments()
           
 



Copyright © 2012. All Rights Reserved.