Uses of Class
com.atlassian.jira.web.util.AttachmentException

Packages that use AttachmentException
com.atlassian.jira.issue   
com.atlassian.jira.issue.attachment   
com.atlassian.jira.issue.managers   
com.atlassian.jira.service.util.handler   
com.atlassian.jira.util   
com.atlassian.jira.web.util   
 

Uses of AttachmentException in com.atlassian.jira.issue
 

Methods in com.atlassian.jira.issue that throw AttachmentException
 List<ChangeItemBean> AttachmentManager.convertTemporaryAttachments(ApplicationUser user, Issue issue, List<Long> selectedAttachments, TemporaryAttachmentsMonitor temporaryAttachmentsMonitor)
          Converts a set of provided temporary attachments to real attachments attached to an issue.
 List<ChangeItemBean> AttachmentManager.convertTemporaryAttachments(com.atlassian.crowd.embedded.api.User user, Issue issue, List<Long> selectedAttachments, TemporaryAttachmentsMonitor temporaryAttachmentsMonitor)
          Deprecated. Use AttachmentManager.convertTemporaryAttachments(com.atlassian.jira.user.ApplicationUser, Issue, java.util.List, com.atlassian.jira.web.action.issue.TemporaryAttachmentsMonitor) instead. Since v6.0.
 ChangeItemBean AttachmentManager.createAttachment(CreateAttachmentParamsBean createAttachmentParamsBean)
          Create an attachment both on disk, and in the database.
 ChangeItemBean AttachmentManager.createAttachment(File file, String filename, String contentType, com.atlassian.crowd.embedded.api.User author, org.ofbiz.core.entity.GenericValue issue)
          Deprecated. Use AttachmentManager.createAttachment(File, String, String, User, Issue) instead. Since v5.0.
 ChangeItemBean AttachmentManager.createAttachment(File file, String filename, String contentType, com.atlassian.crowd.embedded.api.User author, org.ofbiz.core.entity.GenericValue issue, Boolean zip, Boolean thumbnailable, Map<String,Object> attachmentProperties, Date createdTime)
          Deprecated. Use AttachmentManager.createAttachment(File, String, String, User, Issue, Map, Date) instead. Since v5.0.
 ChangeItemBean AttachmentManager.createAttachment(File file, String filename, String contentType, com.atlassian.crowd.embedded.api.User author, org.ofbiz.core.entity.GenericValue issue, Map<String,Object> attachmentProperties, Date createdTime)
          Deprecated. Use AttachmentManager.createAttachment(File, String, String, User, Issue, Map, Date) instead. Since v5.0.
 ChangeItemBean AttachmentManager.createAttachment(File file, String filename, String contentType, com.atlassian.crowd.embedded.api.User author, Issue issue)
          Deprecated. Use AttachmentManager.createAttachment(com.atlassian.jira.issue.attachment.CreateAttachmentParamsBean) instead. Since v6.0.
 ChangeItemBean AttachmentManager.createAttachment(File file, String filename, String contentType, com.atlassian.crowd.embedded.api.User author, Issue issue, Boolean zip, Boolean thumbnailable, Map<String,Object> attachmentProperties, Date createdTime)
          Deprecated. Use AttachmentManager.createAttachment(com.atlassian.jira.issue.attachment.CreateAttachmentParamsBean) instead. Since v6.0.
 ChangeItemBean AttachmentManager.createAttachment(File file, String filename, String contentType, com.atlassian.crowd.embedded.api.User author, Issue issue, Map<String,Object> attachmentProperties, Date createdTime)
          Deprecated. Use AttachmentManager.createAttachment(com.atlassian.jira.issue.attachment.CreateAttachmentParamsBean) instead. Since v6.0.
 Attachment AttachmentManager.createAttachmentCopySourceFile(File file, String filename, String contentType, String attachmentAuthor, Issue issue, Map<String,Object> attachmentProperties, Date createdTime)
          Deprecated. Use AttachmentManager.createAttachment(com.atlassian.jira.issue.attachment.CreateAttachmentParamsBean) instead. Since v6.0.
 

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

Methods in com.atlassian.jira.issue.attachment that throw AttachmentException
 void DefaultAttachmentStore.checkValidAttachmentDirectory(Issue issue)
          Checks that the Attachment directory of the given issue is right to go - writable, accessible etc.
 void AttachmentStore.checkValidAttachmentDirectory(Issue issue)
          Checks that the Attachment directory of the given issue is right to go - writable, accessible etc.
 void DefaultAttachmentStore.checkValidTemporaryAttachmentDirectory()
           
 void AttachmentStore.checkValidTemporaryAttachmentDirectory()
           
 

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

Methods in com.atlassian.jira.issue.managers that throw AttachmentException
 List<ChangeItemBean> DefaultAttachmentManager.convertTemporaryAttachments(ApplicationUser user, Issue issue, List<Long> selectedAttachments, TemporaryAttachmentsMonitor temporaryAttachmentsMonitor)
           
 List<ChangeItemBean> DefaultAttachmentManager.convertTemporaryAttachments(com.atlassian.crowd.embedded.api.User user, Issue issue, List<Long> selectedAttachments, TemporaryAttachmentsMonitor temporaryAttachmentsMonitor)
           
 ChangeItemBean DefaultAttachmentManager.createAttachment(CreateAttachmentParamsBean bean)
           
 ChangeItemBean DefaultAttachmentManager.createAttachment(File file, String filename, String contentType, com.atlassian.crowd.embedded.api.User remoteUser, org.ofbiz.core.entity.GenericValue issue)
           
 ChangeItemBean DefaultAttachmentManager.createAttachment(File file, String filename, String contentType, com.atlassian.crowd.embedded.api.User author, org.ofbiz.core.entity.GenericValue issue, Boolean zip, Boolean thumbnailable, Map<String,Object> attachmentProperties, Date createdTime)
           
 ChangeItemBean DefaultAttachmentManager.createAttachment(File file, String filename, String contentType, com.atlassian.crowd.embedded.api.User author, org.ofbiz.core.entity.GenericValue issue, Map<String,Object> attachmentProperties, Date createdTime)
           
 ChangeItemBean DefaultAttachmentManager.createAttachment(File file, String filename, String contentType, com.atlassian.crowd.embedded.api.User remoteUser, Issue issue)
           
 ChangeItemBean DefaultAttachmentManager.createAttachment(File file, String filename, String contentType, com.atlassian.crowd.embedded.api.User remoteUser, Issue issue, Boolean zip, Boolean thumbnailable, Map<String,Object> attachmentProperties, Date createdTime)
           
 ChangeItemBean DefaultAttachmentManager.createAttachment(File file, String filename, String contentType, com.atlassian.crowd.embedded.api.User remoteUser, Issue issue, Map<String,Object> attachmentProperties, Date createdTime)
           
 Attachment DefaultAttachmentManager.createAttachmentCopySourceFile(File file, String filename, String contentType, String attachmentAuthor, Issue issue, Map<String,Object> attachmentProperties, Date createdTime)
           
 

Uses of AttachmentException in com.atlassian.jira.service.util.handler
 

Methods in com.atlassian.jira.service.util.handler that throw AttachmentException
 ChangeItemBean MessageHandlerContext.createAttachment(File file, String filename, String contentType, com.atlassian.crowd.embedded.api.User author, Issue issue)
          Creates attachment (when run in real mode) or does nothing if run in dry run mode.
 ChangeItemBean DefaultMessageHandlerContext.createAttachment(File file, String filename, String contentType, com.atlassian.crowd.embedded.api.User author, Issue issue)
           
 

Uses of AttachmentException in com.atlassian.jira.util
 

Methods in com.atlassian.jira.util that throw AttachmentException
static void AttachmentUtils.checkValidAttachmentDirectory(Issue issue)
          Deprecated. Checks that the Attachment directory of the given issue is right to go - writable, accessible etc.
static void AttachmentUtils.checkValidTemporaryAttachmentDirectory()
          Deprecated.  
 

Uses of AttachmentException in com.atlassian.jira.web.util
 

Methods in com.atlassian.jira.web.util that throw AttachmentException
 ChangeItemBean WebAttachmentManager.createAttachment(webwork.multipart.MultiPartRequestWrapper requestWrapper, com.atlassian.crowd.embedded.api.User remoteUser, org.ofbiz.core.entity.GenericValue issue, String fileParamName, Map<String,Object> attachmentProperties)
          Deprecated. Use WebAttachmentManager.createAttachment(webwork.multipart.MultiPartRequestWrapper, com.atlassian.crowd.embedded.api.User, com.atlassian.jira.issue.Issue, String, java.util.Map) instead. Since v5.0.
 ChangeItemBean DefaultWebAttachmentManager.createAttachment(webwork.multipart.MultiPartRequestWrapper requestWrapper, com.atlassian.crowd.embedded.api.User remoteUser, org.ofbiz.core.entity.GenericValue issue, String fileParamName, Map<String,Object> attachmentProperties)
           
 ChangeItemBean WebAttachmentManager.createAttachment(webwork.multipart.MultiPartRequestWrapper requestWrapper, com.atlassian.crowd.embedded.api.User remoteUser, Issue issue, String fileParamName, Map<String,Object> attachmentProperties)
          Create an issue's attachment.
 ChangeItemBean DefaultWebAttachmentManager.createAttachment(webwork.multipart.MultiPartRequestWrapper requestWrapper, com.atlassian.crowd.embedded.api.User remoteUser, Issue issue, String fileParamName, Map<String,Object> attachmentProperties)
           
 TemporaryAttachment WebAttachmentManager.createTemporaryAttachment(InputStream stream, String fileName, String contentType, long size, Issue issue, Project project)
          Creates a temporary attachment on disk.
 TemporaryAttachment DefaultWebAttachmentManager.createTemporaryAttachment(InputStream stream, String fileName, String contentType, long size, Issue issue, Project project)
           
 TemporaryAttachment WebAttachmentManager.createTemporaryAttachment(webwork.multipart.MultiPartRequestWrapper requestWrapper, String fileParamName, Issue issue, Project project)
          Creates a temporary attachment on disk.
 TemporaryAttachment DefaultWebAttachmentManager.createTemporaryAttachment(webwork.multipart.MultiPartRequestWrapper requestWrapper, String fileParamName, Issue issue, Project project)
           
 boolean WebAttachmentManager.validateAttachmentIfExists(webwork.multipart.MultiPartRequestWrapper requestWrapper, String fileParamName, boolean required)
          Determine whether an attachment exists and is valid (i.e.
 boolean DefaultWebAttachmentManager.validateAttachmentIfExists(webwork.multipart.MultiPartRequestWrapper requestWrapper, String fileParamName, boolean required)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.