Uses of Class
com.atlassian.jira.issue.attachment.AttachmentKey
Packages that use AttachmentKey
-
Uses of AttachmentKey in com.atlassian.jira.issue.attachment
Methods in com.atlassian.jira.issue.attachment that return AttachmentKeyModifier and TypeMethodDescriptionAttachmentKey.Builder.build()static AttachmentKeyAttachmentKeys.from(Attachment attachment) static AttachmentKeyAttachmentKeys.from(Attachment attachment, Issue issue) Creates an AttachmentKey from the given attachment and issue.static AttachmentKeyAttachmentKeys.from(Project project, Issue issue, Attachment attachment) static AttachmentKeyAttachmentKeys.from(String originalProjectKey, String issueKey, Attachment attachment) static AttachmentKeyAttachmentKeyMapper.fromAttachment(Attachment attachment) StoreAttachmentBean.getAttachmentKey()Methods in com.atlassian.jira.issue.attachment with parameters of type AttachmentKeyModifier and TypeMethodDescriptionio.atlassian.util.concurrent.Promise<io.atlassian.fugue.Unit>DefaultStreamAttachmentStore.copyAttachment(AttachmentKey sourceAttachmentKey, AttachmentKey newAttachmentKey) io.atlassian.util.concurrent.Promise<io.atlassian.fugue.Unit>StreamAttachmentStore.copyAttachment(AttachmentKey sourceAttachmentKey, AttachmentKey newAttachmentKey) Copies the attachment identified byoldAttachmentKeyto be identified also bynewAttachmentKey.io.atlassian.util.concurrent.Promise<io.atlassian.fugue.Unit>DefaultStreamAttachmentStore.deleteAttachment(AttachmentKey attachmentKey) io.atlassian.util.concurrent.Promise<io.atlassian.fugue.Unit>StreamAttachmentStore.deleteAttachment(AttachmentKey attachmentKey) Deletes the specified attachment.io.atlassian.util.concurrent.Promise<Boolean>DefaultStreamAttachmentStore.exists(AttachmentKey attachmentKey) io.atlassian.util.concurrent.Promise<Boolean>StreamAttachmentStore.exists(AttachmentKey attachmentKey) Indicates whether the specified attachment exists.<A> io.atlassian.util.concurrent.Promise<A>DefaultStreamAttachmentStore.getAttachment(AttachmentKey attachmentKey, Function<InputStream, A> inputStreamProcessor) <A> io.atlassian.util.concurrent.Promise<A>StreamAttachmentStore.getAttachment(AttachmentKey attachmentKey, Function<InputStream, A> inputStreamProcessor) Retrieves the specified attachment.<A> io.atlassian.util.concurrent.Promise<A>DefaultStreamAttachmentStore.getAttachmentData(AttachmentKey attachmentKey, Function<AttachmentGetData, A> attachmentGetDataProcessor) <A> io.atlassian.util.concurrent.Promise<A>StreamAttachmentStore.getAttachmentData(AttachmentKey attachmentKey, Function<AttachmentGetData, A> attachmentGetDataProcessor) Retrieves the specified attachment.com.atlassian.dc.filestore.api.FileStore.PathDefaultStreamAttachmentStore.getAttachmentPath(AttachmentKey attachmentKey) Returns the physical File for the given attachment key.com.atlassian.dc.filestore.api.FileStore.PathStreamAttachmentStore.getAttachmentPath(AttachmentKey attachmentKey) Returns the physical File for the given Attachment.static com.atlassian.dc.filestore.api.FileStore.PathFileAttachments.getAttachmentPathFromRoot(AttachmentKey attachment, com.atlassian.dc.filestore.api.FileStore.Path rootAttachmentDir) Returns the path to a file that refers to an attachment specified by the given attachment key and the attachment root directory.io.atlassian.util.concurrent.Promise<io.atlassian.fugue.Unit>DefaultStreamAttachmentStore.moveTemporaryToAttachment(TemporaryAttachmentId temporaryAttachmentId, AttachmentKey destinationKey) io.atlassian.util.concurrent.Promise<io.atlassian.fugue.Unit>StreamAttachmentStore.moveTemporaryToAttachment(TemporaryAttachmentId temporaryAttachmentId, AttachmentKey destinationKey) Moving temporary attachment created byStreamAttachmentStore.putTemporaryAttachment(java.io.InputStream, long)to real attachment.StoreAttachmentBean.Builder.withKey(AttachmentKey destinationKey)