Uses of Interface
com.atlassian.jira.issue.attachment.AttachmentStore.AttachmentAdapter

Packages that use AttachmentStore.AttachmentAdapter
com.atlassian.jira.issue.attachment   
com.atlassian.jira.util   
 

Uses of AttachmentStore.AttachmentAdapter in com.atlassian.jira.issue.attachment
 

Classes in com.atlassian.jira.issue.attachment that implement AttachmentStore.AttachmentAdapter
 class AttachmentAdapterImpl
          Used by Project Import.
 

Methods in com.atlassian.jira.issue.attachment with parameters of type AttachmentStore.AttachmentAdapter
 File DefaultAttachmentStore.getAttachmentFile(AttachmentStore.AttachmentAdapter attachment, File attachmentDir)
          This is intended for cases where you want more control over where the attachment actually lives and you just want something to handle the look up logic for the various possible filenames an attachment can have.
 File DualAttachmentStore.getAttachmentFile(AttachmentStore.AttachmentAdapter adapter, File attachmentDir)
           
 File FileBasedAttachmentStore.getAttachmentFile(AttachmentStore.AttachmentAdapter attachment, File attachmentDir)
          This is intended for cases where you want more control over where the attachment actually lives and you just want something to handle the look up logic for the various possible filenames an attachment can have.
 File AttachmentStore.getAttachmentFile(AttachmentStore.AttachmentAdapter attachment, File attachmentDir)
          Deprecated. This is intended for cases where you want more control over where the attachment actually lives and you just want something to handle the look up logic for the various possible filenames an attachment can have.
static File FileAttachments.getAttachmentFileHolder(AttachmentStore.AttachmentAdapter attachment, File attachmentDir)
          Deprecated. we should be using FileAttachments.getAttachmentFileHolder(AttachmentKey, java.io.File) once AttachmentStore is removed.
 

Uses of AttachmentStore.AttachmentAdapter in com.atlassian.jira.util
 

Classes in com.atlassian.jira.util that implement AttachmentStore.AttachmentAdapter
static class AttachmentUtils.AttachmentAdapter
          Deprecated. Use AttachmentStore with AttachmentStore.AttachmentAdapter. Since v6.1
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.