Modifier and Type | Method and Description |
---|---|
List<ChangeItemBean> |
AttachmentManager.convertTemporaryAttachments(ApplicationUser user,
Issue issue,
List<Long> selectedAttachments,
TemporaryAttachmentsMonitor temporaryAttachmentsMonitor)
|
ChangeItemBean |
AttachmentManager.createAttachment(CreateAttachmentParamsBean createAttachmentParamsBean)
Create an attachment both on disk, and in the database.
|
ChangeItemBean |
AttachmentManager.createAttachment(File file,
String filename,
String contentType,
ApplicationUser author,
org.ofbiz.core.entity.GenericValue issue)
Deprecated.
Use
#createAttachment(File, String, String, User, Issue) instead. Since v5.0. |
ChangeItemBean |
AttachmentManager.createAttachment(File file,
String filename,
String contentType,
ApplicationUser author,
org.ofbiz.core.entity.GenericValue issue,
Boolean zip,
Boolean thumbnailable,
Map<String,Object> attachmentProperties,
Date createdTime)
Deprecated.
Use
#createAttachment(File, String, String, User, Issue, Map, Date) instead. Since v5.0. |
ChangeItemBean |
AttachmentManager.createAttachment(File file,
String filename,
String contentType,
ApplicationUser author,
org.ofbiz.core.entity.GenericValue issue,
Map<String,Object> attachmentProperties,
Date createdTime)
Deprecated.
Use
#createAttachment(File, String, String, User, Issue, Map, Date) instead. Since v5.0. |
ChangeItemBean |
AttachmentManager.createAttachment(File file,
String filename,
String contentType,
ApplicationUser 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,
ApplicationUser 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,
ApplicationUser 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. |
Modifier and Type | Method and Description |
---|---|
void |
AttachmentDirectoryAccessor.checkValidAttachmentDirectory(Issue issue)
Deprecated.
Use
AttachmentHealth.errors() instead. This method is here while AttachmentStore
is still in jira-api. |
void |
BackwardCompatibleAttachmentStore.checkValidAttachmentDirectory(Issue issue) |
void |
FileSystemAttachmentDirectoryAccessor.checkValidAttachmentDirectory(Issue issue)
Checks that the Attachment directory of the given issue is right to go - writable, accessible etc.
|
void |
AttachmentStore.checkValidAttachmentDirectory(Issue issue)
Deprecated.
Use
AttachmentStore.errors() instead. |
void |
AttachmentDirectoryAccessor.checkValidTemporaryAttachmentDirectory()
Deprecated.
Use
AttachmentHealth.errors() instead. This method is here while AttachmentStore
is still in jira-api. |
void |
BackwardCompatibleAttachmentStore.checkValidTemporaryAttachmentDirectory() |
void |
FileSystemAttachmentDirectoryAccessor.checkValidTemporaryAttachmentDirectory() |
void |
AttachmentStore.checkValidTemporaryAttachmentDirectory()
Deprecated.
Use
AttachmentStore.errors() instead. |
Modifier and Type | Method and Description |
---|---|
List<ChangeItemBean> |
DefaultAttachmentManager.convertTemporaryAttachments(ApplicationUser user,
Issue issue,
List<Long> selectedAttachments,
TemporaryAttachmentsMonitor temporaryAttachmentsMonitor) |
ChangeItemBean |
DefaultAttachmentManager.createAttachment(CreateAttachmentParamsBean bean) |
ChangeItemBean |
DefaultAttachmentManager.createAttachment(File file,
String filename,
String contentType,
ApplicationUser remoteUser,
org.ofbiz.core.entity.GenericValue issue) |
ChangeItemBean |
DefaultAttachmentManager.createAttachment(File file,
String filename,
String contentType,
ApplicationUser 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,
ApplicationUser author,
org.ofbiz.core.entity.GenericValue issue,
Map<String,Object> attachmentProperties,
Date createdTime) |
ChangeItemBean |
DefaultAttachmentManager.createAttachment(File file,
String filename,
String contentType,
ApplicationUser remoteUser,
Issue issue) |
ChangeItemBean |
DefaultAttachmentManager.createAttachment(File file,
String filename,
String contentType,
ApplicationUser remoteUser,
Issue issue,
Boolean zip,
Boolean thumbnailable,
Map<String,Object> attachmentProperties,
Date createdTime) |
ChangeItemBean |
DefaultAttachmentManager.createAttachment(File file,
String filename,
String contentType,
ApplicationUser 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) |
Modifier and Type | Method and Description |
---|---|
ChangeItemBean |
MessageHandlerContext.createAttachment(File file,
String filename,
String contentType,
ApplicationUser 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,
ApplicationUser author,
Issue issue) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AttachmentExceedsLimitException
Exception when attachment exceeds setting limit size
|
Modifier and Type | Method and Description |
---|---|
static String |
AttachmentExceptionMessages.get(AttachmentException e,
I18nHelper localisedMessages) |
Modifier and Type | Method and Description |
---|---|
ChangeItemBean |
WebAttachmentManager.createAttachment(webwork.multipart.MultiPartRequestWrapper requestWrapper,
ApplicationUser remoteUser,
org.ofbiz.core.entity.GenericValue issue,
String fileParamName,
Map<String,Object> attachmentProperties)
Deprecated.
Use
#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,
ApplicationUser remoteUser,
org.ofbiz.core.entity.GenericValue issue,
String fileParamName,
Map<String,Object> attachmentProperties) |
ChangeItemBean |
WebAttachmentManager.createAttachment(webwork.multipart.MultiPartRequestWrapper requestWrapper,
ApplicationUser remoteUser,
Issue issue,
String fileParamName,
Map<String,Object> attachmentProperties)
Deprecated.
|
ChangeItemBean |
DefaultWebAttachmentManager.createAttachment(webwork.multipart.MultiPartRequestWrapper requestWrapper,
ApplicationUser remoteUser,
Issue issue,
String fileParamName,
Map<String,Object> attachmentProperties) |
TemporaryAttachment |
WebAttachmentManager.createTemporaryAttachment(InputStream stream,
String fileName,
String contentType,
long size,
Issue issue,
Project project)
|
TemporaryAttachment |
DefaultWebAttachmentManager.createTemporaryAttachment(InputStream stream,
String fileName,
String contentType,
long size,
Issue issue,
Project project) |
TemporaryAttachment |
WebAttachmentManager.createTemporaryAttachment(InputStream stream,
String fileName,
String contentType,
long size,
Issue issue,
Project project,
String formToken)
Deprecated.
|
TemporaryAttachment |
DefaultWebAttachmentManager.createTemporaryAttachment(InputStream stream,
String fileName,
String contentType,
long size,
Issue issue,
Project project,
String formToken) |
TemporaryAttachment |
WebAttachmentManager.createTemporaryAttachment(webwork.multipart.MultiPartRequestWrapper requestWrapper,
String fileParamName,
Issue issue,
Project project)
|
TemporaryAttachment |
DefaultWebAttachmentManager.createTemporaryAttachment(webwork.multipart.MultiPartRequestWrapper requestWrapper,
String fileParamName,
Issue issue,
Project project) |
TemporaryAttachment |
WebAttachmentManager.createTemporaryAttachment(webwork.multipart.MultiPartRequestWrapper requestWrapper,
String fileParamName,
Issue issue,
Project project,
String formToken)
Deprecated.
|
TemporaryAttachment |
DefaultWebAttachmentManager.createTemporaryAttachment(webwork.multipart.MultiPartRequestWrapper requestWrapper,
String fileParamName,
Issue issue,
Project project,
String formToken) |
boolean |
WebAttachmentManager.validateAttachmentIfExists(webwork.multipart.MultiPartRequestWrapper requestWrapper,
String fileParamName,
boolean required)
Deprecated.
This method doesn't have replacement as it is not needed anymore in the new API.
See
instead . Since v6.4. |
boolean |
DefaultWebAttachmentManager.validateAttachmentIfExists(webwork.multipart.MultiPartRequestWrapper requestWrapper,
String fileParamName,
boolean required) |
Copyright © 2002-2017 Atlassian. All Rights Reserved.