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

Packages that use Attachment
com.atlassian.jira.bc.issue.attachment   
com.atlassian.jira.imports.project   
com.atlassian.jira.issue   
com.atlassian.jira.issue.attachment   
com.atlassian.jira.issue.fields.renderer.wiki.links   
com.atlassian.jira.issue.managers   
com.atlassian.jira.issue.thumbnail   
com.atlassian.jira.util   
com.atlassian.jira.web.action.issue   
com.atlassian.jira.web.bean   
com.atlassian.jira.web.servlet   
 

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

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

Uses of Attachment in com.atlassian.jira.imports.project
 

Methods in com.atlassian.jira.imports.project that return Attachment
 Attachment ProjectImportPersister.createAttachment(ExternalAttachment externalAttachment)
          Creates an attachment specified by the ExternalAttachment.
 Attachment DefaultProjectImportPersister.createAttachment(ExternalAttachment externalAttachment)
           
 

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 attachmentProperties, Date createdTime)
          Create an attachment in the database.
 Attachment AttachmentManager.createAttachmentCopySourceFile(File file, String filename, String contentType, String attachmentAuthor, Issue issue, Map 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.
 

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.
 

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

Methods in com.atlassian.jira.issue.attachment with parameters of type Attachment
 int AttachmentComparator.compare(Attachment a1, Attachment a2)
           
 

Uses of Attachment in com.atlassian.jira.issue.fields.renderer.wiki.links
 

Methods in com.atlassian.jira.issue.fields.renderer.wiki.links that return Attachment
 Attachment JiraAttachmentLink.getAttachment()
           
 

Uses of Attachment in com.atlassian.jira.issue.managers
 

Methods in com.atlassian.jira.issue.managers that return Attachment
 Attachment DefaultAttachmentManager.createAttachment(org.ofbiz.core.entity.GenericValue issue, User author, String mimetype, String filename, Long filesize, Map attachmentProperties, Date createdTime)
           
 Attachment DefaultAttachmentManager.createAttachmentCopySourceFile(File file, String filename, String contentType, String attachmentAuthor, Issue issue, Map attachmentProperties, Date createdTime)
           
 Attachment DefaultAttachmentManager.getAttachment(Long id)
          Get a single attachment by its id.
 

Methods in com.atlassian.jira.issue.managers that return types with arguments of type Attachment
 List<Attachment> DefaultAttachmentManager.getAttachments(org.ofbiz.core.entity.GenericValue issue)
          Get a list of all attachments for a certain issue
 List<Attachment> DefaultAttachmentManager.getAttachments(Issue issue)
           
 

Methods in com.atlassian.jira.issue.managers with parameters of type Attachment
protected  void DefaultAttachmentManager.createAttachmentOnDisk(Attachment attachment, File file, User user)
           
protected  void DefaultAttachmentManager.createAttachmentOnDiskCopySourceFile(Attachment attachment, File file)
           
 void DefaultAttachmentManager.deleteAttachment(Attachment attachment)
           
 

Uses of Attachment in com.atlassian.jira.issue.thumbnail
 

Methods in com.atlassian.jira.issue.thumbnail with parameters of type Attachment
 boolean ThumbnailManager.isThumbnailable(Attachment attachmentGV)
           
 boolean DefaultThumbnailManager.isThumbnailable(Attachment attachment)
           
 boolean DisabledThumbNailManager.isThumbnailable(Attachment attachment)
           
 

Method parameters in com.atlassian.jira.issue.thumbnail with type arguments of type Attachment
 Collection<com.atlassian.core.util.thumbnail.Thumbnail> ThumbnailManager.getThumbnails(Collection<Attachment> attachments, User user)
           
 Collection<com.atlassian.core.util.thumbnail.Thumbnail> DefaultThumbnailManager.getThumbnails(Collection<Attachment> attachments, User user)
           
 Collection<com.atlassian.core.util.thumbnail.Thumbnail> DisabledThumbNailManager.getThumbnails(Collection<Attachment> attachments, User user)
           
 

Uses of Attachment in com.atlassian.jira.util
 

Methods in com.atlassian.jira.util with parameters of type Attachment
static File AttachmentUtils.getAttachmentFile(Attachment attachment)
          Returns the physical File for the given Attachment.
static File AttachmentUtils.getThumbnailFile(Attachment attachment)
           
 

Uses of Attachment in com.atlassian.jira.web.action.issue
 

Methods in com.atlassian.jira.web.action.issue that return Attachment
 Attachment DeleteAttachment.getAttachment()
           
 

Methods in com.atlassian.jira.web.action.issue that return types with arguments of type Attachment
 Collection<Attachment> AbstractViewIssue.getAttachments()
           
 

Uses of Attachment in com.atlassian.jira.web.bean
 

Methods in com.atlassian.jira.web.bean with parameters of type Attachment
 boolean LatestFileBean.isLatestFile(Attachment attachment)
           
 

Uses of Attachment in com.atlassian.jira.web.servlet
 

Methods in com.atlassian.jira.web.servlet that return Attachment
protected  Attachment ViewAttachmentServlet.getAttachment(String query)
          Looks up the attachment by reading the id from the query string.
 

Methods in com.atlassian.jira.web.servlet with parameters of type Attachment
protected  boolean ViewAttachmentServlet.hasPermissionToViewAttachment(String username, Attachment attachment)
          Checks if the given user had permission to see the attachemnt.
 



Copyright © 2002-2009 Atlassian. All Rights Reserved.