|
Change Parameter Type messageIds : List<MessageId> to messageIds : Collection<MessageId> in method private withMessageIdOneOf(messageIds Collection<MessageId>) : Predicate<MailboxMessage> in class org.apache.james.mailbox.store.TestMailboxSessionMapperFactory |
From |
To |
|
Change Parameter Type messageIds : List<MessageId> to messageIds : Collection<MessageId> in method private findAsStream(messageIds Collection<MessageId>, fetchType FetchType) : Stream<SimpleMailboxMessage> in class org.apache.james.mailbox.cassandra.mail.CassandraMessageIdMapper |
From |
To |
|
Change Parameter Type messageIds : List<MessageId> to messageIds : Collection<MessageId> in method public find(messageIds Collection<MessageId>, fetchType FetchType) : List<MailboxMessage> in class org.apache.james.mailbox.cassandra.mail.CassandraMessageIdMapper |
From |
To |
|
Change Parameter Type messageIds : List<MessageId> to messageIds : Collection<MessageId> in method public find(messageIds Collection<MessageId>, fetchType FetchType) : List<MailboxMessage> in class org.apache.james.mailbox.store.mail.MessageIdMapper |
From |
To |
|
Inline Method protected getAttachmentMapper(mailboxSession MailboxSession) : AttachmentMapper inlined to public storeAttachmentsForMessage(attachments Collection<Attachment>, ownerMessageId MessageId, mailboxSession MailboxSession) : void in class org.apache.james.mailbox.store.StoreAttachmentManager |
From |
To |
|
Inline Method protected getAttachmentMapper(mailboxSession MailboxSession) : AttachmentMapper inlined to public getAttachment(attachmentId AttachmentId, mailboxSession MailboxSession) : Attachment in class org.apache.james.mailbox.store.StoreAttachmentManager |
From |
To |
|
Inline Method protected getAttachmentMapper(mailboxSession MailboxSession) : AttachmentMapper inlined to public storeAttachment(attachment Attachment, mailboxSession MailboxSession) : void in class org.apache.james.mailbox.store.StoreAttachmentManager |
From |
To |
|
Inline Method protected getAttachmentMapper(mailboxSession MailboxSession) : AttachmentMapper inlined to private getRelatedMessageIds(attachmentId AttachmentId, mailboxSession MailboxSession) : Collection<MessageId> in class org.apache.james.mailbox.store.StoreAttachmentManager |
From |
To |
|
Inline Method protected getAttachmentMapper(mailboxSession MailboxSession) : AttachmentMapper inlined to public getAttachments(attachmentIds List<AttachmentId>, mailboxSession MailboxSession) : List<Attachment> in class org.apache.james.mailbox.store.StoreAttachmentManager |
From |
To |