|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AttachmentException | |
|---|---|
| com.atlassian.jira.issue | |
| com.atlassian.jira.issue.managers | |
| 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(User 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)
Converts a set of provided temporary attachments to real attachments attached to an issue. |
ChangeItemBean |
AttachmentManager.createAttachment(File file,
String filename,
String contentType,
User remoteUser,
org.ofbiz.core.entity.GenericValue issue)
Same as the AttachmentManager.createAttachment(java.io.File, String, String, com.opensymphony.user.User, org.ofbiz.core.entity.GenericValue, java.util.Map, java.util.Date) method, except it
submits no attachmentProperties and uses now() for the created time. |
ChangeItemBean |
AttachmentManager.createAttachment(File file,
String filename,
String contentType,
com.atlassian.crowd.embedded.api.User remoteUser,
org.ofbiz.core.entity.GenericValue issue)
Same as the AttachmentManager.createAttachment(java.io.File, String, String, User, org.ofbiz.core.entity.GenericValue, java.util.Map, java.util.Date) method, except it
submits no attachmentProperties and uses now() for the created time. |
ChangeItemBean |
AttachmentManager.createAttachment(File file,
String filename,
String contentType,
User remoteUser,
org.ofbiz.core.entity.GenericValue issue,
Map attachmentProperties,
Date createdTime)
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 remoteUser,
org.ofbiz.core.entity.GenericValue issue,
Map attachmentProperties,
Date createdTime)
Create an attachment both on disk, and 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. |
| Uses of AttachmentException in com.atlassian.jira.issue.managers |
|---|
| Methods in com.atlassian.jira.issue.managers that throw AttachmentException | |
|---|---|
List<ChangeItemBean> |
DefaultAttachmentManager.convertTemporaryAttachments(User 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(File file,
String filename,
String contentType,
User remoteUser,
org.ofbiz.core.entity.GenericValue issue)
|
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,
User remoteUser,
org.ofbiz.core.entity.GenericValue issue,
Map attachmentProperties,
Date createdTime)
|
ChangeItemBean |
DefaultAttachmentManager.createAttachment(File file,
String filename,
String contentType,
com.atlassian.crowd.embedded.api.User remoteUser,
org.ofbiz.core.entity.GenericValue issue,
Map attachmentProperties,
Date createdTime)
|
Attachment |
DefaultAttachmentManager.createAttachmentCopySourceFile(File file,
String filename,
String contentType,
String attachmentAuthor,
Issue issue,
Map attachmentProperties,
Date createdTime)
|
protected void |
DefaultAttachmentManager.createAttachmentOnDisk(Attachment attachment,
File file,
com.atlassian.crowd.embedded.api.User user)
|
protected void |
DefaultAttachmentManager.createAttachmentOnDiskCopySourceFile(Attachment attachment,
File file)
|
| Uses of AttachmentException in com.atlassian.jira.util |
|---|
| Methods in com.atlassian.jira.util that throw AttachmentException | |
|---|---|
static void |
AttachmentUtils.checkValidAttachmentDirectory(Issue issue)
Checks that the Attachment directory of the given issue is right to go - writable, accessible etc. |
static void |
AttachmentUtils.checkValidTemporaryAttachmentDirectory()
|
| 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)
Create an issue's attachment. |
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)
|
TemporaryAttachment |
WebAttachmentManager.createTemporaryAttachment(webwork.multipart.MultiPartRequestWrapper requestWrapper,
Long issueId,
String fileParamName)
Creates a temporary attachment on disk. |
TemporaryAttachment |
DefaultWebAttachmentManager.createTemporaryAttachment(webwork.multipart.MultiPartRequestWrapper requestWrapper,
Long issueId,
String fileParamName)
|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||