Uses of Interface
ru.slie.luna.issue.attachment.Attachment
Packages that use Attachment
Package
Description
-
Uses of Attachment in ru.slie.luna.activity
Methods in ru.slie.luna.activity that return types with arguments of type Attachment -
Uses of Attachment in ru.slie.luna.issue.attachment
Methods in ru.slie.luna.issue.attachment that return AttachmentModifier and TypeMethodDescriptionAttachmentManager.create(User author, Issue issue, InputStream inputStream, String origFileName, String mimeType) AttachmentManager.create(User author, Issue issue, TempAttachment tempAttachment) Methods in ru.slie.luna.issue.attachment that return types with arguments of type AttachmentModifier and TypeMethodDescriptionAttachmentManager.getForIssue(Issue issue) AttachmentManager.search(Issue issue, String term, SearchParams params) AttachmentManager.search(Issue issue, SearchParams params) Methods in ru.slie.luna.issue.attachment with parameters of type AttachmentModifier and TypeMethodDescriptionAttachmentManager.getInputStream(Attachment attachment) AttachmentManager.getThumbInputStream(Attachment attachment) -
Uses of Attachment in ru.slie.luna.mail.incoming.handler
Methods in ru.slie.luna.mail.incoming.handler that return types with arguments of type AttachmentModifier and TypeMethodDescriptionMessageHandlerHelper.createAttachments(jakarta.mail.Message message, Issue issue, User author)