Package | Description |
---|---|
com.atlassian.jira.issue.attachment | |
com.atlassian.jira.web.action.issue | |
com.atlassian.jira.web.util |
Modifier and Type | Method and Description |
---|---|
int |
TemporaryAttachment.compareTo(TemporaryAttachment other) |
Modifier and Type | Method and Description |
---|---|
TemporaryAttachment |
TemporaryAttachmentsMonitor.getById(Long id)
Deprecated.
Returns matching temporary attachment by attachment id.
|
Modifier and Type | Method and Description |
---|---|
Collection<TemporaryAttachment> |
TemporaryAttachmentsMonitor.getByFormToken(String formToken)
Deprecated.
Returns all temporary attachments, which were bound to given form token.
|
Collection<TemporaryAttachment> |
TemporaryAttachmentsMonitor.getByIssueId(Long issueId)
Deprecated.
since 6.3 use
TemporaryAttachmentsMonitor.getByFormToken(String) instead. |
Modifier and Type | Method and Description |
---|---|
void |
TemporaryAttachmentsMonitor.add(TemporaryAttachment temporaryAttachment)
Deprecated.
Adds temporary attachments to the interally maintained list of temporary attachements
|
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2002-2018 Atlassian. All Rights Reserved.