Package | Description |
---|---|
com.atlassian.jira.issue.attachment | |
com.atlassian.jira.issue.attachment.store | |
com.atlassian.jira.issue.managers | |
com.atlassian.jira.web.action.issue |
Modifier and Type | Interface and Description |
---|---|
interface |
FileBasedAttachmentStore
Interface for an attachment store that presents a File-based interface for accessing attachments.
|
interface |
FileSystemAttachmentStore
Marker interface for an AttachmentStore implementation that uses the file system.
|
Modifier and Type | Class and Description |
---|---|
class |
BackwardCompatibleAttachmentStore
AttachmentStore and StreamAttachmentStore implementation
that delegates calls to FileSystemAttachmentStore . |
Modifier and Type | Method and Description |
---|---|
StreamAttachmentStore |
StreamAttachmentStore.Factory.createStoreFor(StreamAttachmentStore.Factory.StoreType storeType)
Creates the store for this factory
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultFileSystemAttachmentStore |
Constructor and Description |
---|
DefaultAttachmentIndexManager(com.atlassian.plugin.PluginAccessor pluginAccessor,
StreamAttachmentStore attachmentStore,
JsonEntityPropertyManager jsonEntityPropertyManager,
IssuePropertyHelper entityPropertyHelper,
InputStreamFunctionFactory inputStreamFunctionFactory,
AttachmentKeyMapper attachmentKeyMapper) |
DefaultAttachmentManager(IssueManager issueManager,
OfBizDelegator ofBizDelegator,
MimeManager mimeManager,
ApplicationProperties applicationProperties,
AttachmentPathManager attachmentPathManager,
ComponentLocator componentLocator,
I18nHelper.BeanFactory i18nBeanFactory,
UserManager userManager,
AttachmentStore attachmentStore,
AttachmentIndexManager attachmentIndexManager,
StreamAttachmentStore streamAttachmentStore,
ThumbnailAccessor thumbnailAccessor,
AttachmentIdSequencer attachmentIdSequencer) |
Constructor and Description |
---|
DefaultTemporaryWebAttachmentsMonitor(StreamAttachmentStore attachmentStore,
TemporaryAttachmentMonitorStore temporaryAttachmentMonitorStore,
com.atlassian.scheduler.SchedulerService schedulerService) |
Copyright © 2002-2021 Atlassian. All Rights Reserved.