Uses of Class
com.atlassian.jira.issue.attachment.Attachment

Packages that use Attachment
com.atlassian.jira.bc.issue.attachment   
com.atlassian.jira.issue   
 

Uses of Attachment in com.atlassian.jira.bc.issue.attachment
 

Methods in com.atlassian.jira.bc.issue.attachment that return Attachment
 Attachment AttachmentService.getAttachment(JiraServiceContext jiraServiceContext, Long attachmentId)
          Retrieves the specified issue.
 

Uses of Attachment in com.atlassian.jira.issue
 

Methods in com.atlassian.jira.issue that return Attachment
 Attachment AttachmentManager.createAttachment(org.ofbiz.core.entity.GenericValue issue, User author, String mimetype, String filename, Long filesize, Map<String,Object> attachmentProperties, Date createdTime)
          Create an attachment in the database.
 Attachment AttachmentManager.createAttachment(org.ofbiz.core.entity.GenericValue issue, com.atlassian.crowd.embedded.api.User author, String mimetype, String filename, Long filesize, Map<String,Object> attachmentProperties, Date createdTime)
          Create an attachment in the database.
 Attachment AttachmentManager.createAttachmentCopySourceFile(File file, String filename, String contentType, String attachmentAuthor, Issue issue, Map<String,Object> attachmentProperties, Date createdTime)
          Create an attachment both on disk, and in the database by copying the provided file instead of moving it.
 Attachment AttachmentManager.getAttachment(Long id)
          Get a single attachment by its ID.
 

Methods in com.atlassian.jira.issue that return types with arguments of type Attachment
 Collection<Attachment> Issue.getAttachments()
           
 List<Attachment> AttachmentManager.getAttachments(org.ofbiz.core.entity.GenericValue issue)
          Deprecated. use #getAttachments(Issue) instead. Since v4.0
 List<Attachment> AttachmentManager.getAttachments(Issue issue)
          Get a list of all attachments for a certain issue.
 List<Attachment> AttachmentManager.getAttachments(Issue issue, Comparator<? super Attachment> comparator)
          Get a list of all attachments for a certain issue, sorted according to the specified comparator.
 

Methods in com.atlassian.jira.issue with parameters of type Attachment
 void AttachmentManager.deleteAttachment(Attachment attachment)
          Delete an attachment from the database and from disk.
 

Method parameters in com.atlassian.jira.issue with type arguments of type Attachment
 List<Attachment> AttachmentManager.getAttachments(Issue issue, Comparator<? super Attachment> comparator)
          Get a list of all attachments for a certain issue, sorted according to the specified comparator.
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.