|
Change Parameter Type owner : String to owner : Username in method public addOwner(attachmentId AttachmentId, owner Username) : CompletableFuture<Void> in class org.apache.james.mailbox.cassandra.mail.CassandraAttachmentOwnerDAO |
From |
To |
|
Change Parameter Type owner : String to owner : Username in method public storeAttachmentForOwner(attachment Attachment, owner Username) : void in class org.apache.james.mailbox.store.mail.AttachmentMapper |
From |
To |
|
Change Parameter Type owner : String to owner : Username in method public storeAttachmentForOwner(attachment Attachment, owner Username) : void in class org.apache.james.mailbox.inmemory.mail.InMemoryAttachmentMapper |
From |
To |
|
Change Parameter Type owner : String to owner : Username in method public storeAttachmentForOwner(attachment Attachment, owner Username) : void in class org.apache.james.mailbox.cassandra.mail.CassandraAttachmentMapper |
From |
To |
|
Change Return Type ImmutableList<String> to ImmutableList<Username> in method private toOwners(stream Stream<Row>) : ImmutableList<Username> in class org.apache.james.mailbox.cassandra.mail.CassandraAttachmentOwnerDAO |
From |
To |
|
Change Return Type CompletableFuture<Collection<String>> to CompletableFuture<Collection<Username>> in method public retrieveOwners(attachmentId AttachmentId) : CompletableFuture<Collection<Username>> in class org.apache.james.mailbox.cassandra.mail.CassandraAttachmentOwnerDAO |
From |
To |
|
Change Return Type Collection<String> to Collection<Username> in method public getOwners(attachmentId AttachmentId) : Collection<Username> in class org.apache.james.mailbox.inmemory.mail.InMemoryAttachmentMapper |
From |
To |
|
Change Return Type Collection<String> to Collection<Username> in method public getOwners(attachmentId AttachmentId) : Collection<Username> in class org.apache.james.mailbox.cassandra.mail.CassandraAttachmentMapper |
From |
To |
|
Change Return Type Collection<String> to Collection<Username> in method public getOwners(attachmentId AttachmentId) : Collection<Username> in class org.apache.james.mailbox.store.mail.AttachmentMapper |
From |
To |
|
Change Variable Type expectedOwners : Collection<String> to expectedOwners : Collection<Username> in method public getOwnersShouldBeRetrievedWhenExplicitlySpecified() : void in class org.apache.james.mailbox.store.mail.model.AttachmentMapperTest |
From |
To |
|
Change Variable Type actualOwners : Collection<String> to actualOwners : Collection<Username> in method public getOwnersShouldReturnAllOwners() : void in class org.apache.james.mailbox.store.mail.model.AttachmentMapperTest |
From |
To |
|
Change Variable Type explicitOwners : Collection<String> to explicitOwners : Collection<Username> in method private isExplicitlyAOwner(attachmentId AttachmentId, mailboxSession MailboxSession) : boolean in class org.apache.james.mailbox.store.StoreAttachmentManager |
From |
To |
|
Change Variable Type actualOwners : Collection<String> to actualOwners : Collection<Username> in method public getOwnersShouldReturnEmptyWhenUnknownAttachmentId() : void in class org.apache.james.mailbox.store.mail.model.AttachmentMapperTest |
From |
To |
|
Change Variable Type actualOwners : Collection<String> to actualOwners : Collection<Username> in method public getOwnersShouldReturnEmptyWhenMessageIdReferenced() : void in class org.apache.james.mailbox.store.mail.model.AttachmentMapperTest |
From |
To |
|
Change Variable Type actualOwners : Collection<String> to actualOwners : Collection<Username> in method public getOwnersShouldBeRetrievedWhenExplicitlySpecified() : void in class org.apache.james.mailbox.store.mail.model.AttachmentMapperTest |
From |
To |
|
Change Variable Type expectedOwners : Collection<String> to expectedOwners : Collection<Username> in method public getOwnersShouldReturnAllOwners() : void in class org.apache.james.mailbox.store.mail.model.AttachmentMapperTest |
From |
To |