Package com.atlassian.jira.issue.attachment
package com.atlassian.jira.issue.attachment
-
ClassDescriptionRepresents a situation where attachments could not be cleaned up.Constants useful for dealing with attachmentsRepresents a case where there was an error moving the attachment.Attachment Comparator based on creation date in ascending orderRepresents a case where there was an deleting reading the attachment (e.g.Represents attachment data.Compares attachments based on the file's name.Compares attachments by file name first, and then creation date if the file names are the same.An attachment items holds an attachment and an optional thumbnail.Deprecated.Do not use, this is internal class and will be removedWraps important information required to retrieve an attachment from an attachment store.Utility methods for creating AttachmentKeys.Represents a case where there was an error moving the attachment.Represents a case where there was an error reading the attachment (e.g.Base class for attachment exceptions that may come from asynchronous operations.Deprecated.Do not use, this is internal class and will be removedRepresents a case where attachments are disabledRepresents a case where the attachment storage subsystem is unavailable e.g.Represents a case where writing attachment data has failed (e.g.Methods for handling attachments in bulk.Values holder for new attachment (created from the temporary attachment).A builder class for
ConvertTemporaryAttachmentParams
.Bean containing parameters, which describe created attachment.Builder forCreateAttachmentParamsBean
A proxy input stream that allows for custom behaviour when the close() method is called.Default implementations forAttachmentValidator
Default implementation of theStreamAttachmentStore
interface, the intention behind this class is that it will work with anyFileStore
implementation, so do not add filesystem specific code.Default implementation of TemporaryWebAttachmentManager.Contains utility methods for dealing with attachments in aFileStore
.Represents a case where there is no record for an attachment id.Copied from FECRUBean used to store attachment in attachment stores.MapsAttachment
toStoreAttachmentBean
Stream based operations on attachments.Collects and prints stats related to anStreamAttachmentStore
.Represents subset ofStreamAttachmentStoreStats
data, that is sent to analytics.Represents a temporary attachment, that is an attachment that's been uploaded to the server but not yet attached to an issue.An object representing identity of temporary attachment.A database backed store of the mappings between temporary attachments and form tokensRepresents a case where the storage subsystem for temporary attachments (e.g.Represents temporary attachment uploaded by user which may be later converted into a real attachment.Factory forTemporaryWebAttachment
.Manager for temporary web attachments.Locator to abstract how we obtain the TemporaryWebAttachmentsMonitor.