Package | Description |
---|---|
net.bluemind.backend.cyrus.annotationdb | |
net.bluemind.backend.mail.api | |
net.bluemind.backend.mail.replica.api | |
net.bluemind.backend.mail.replica.service.internal |
Modifier and Type | Method and Description |
---|---|
void |
ConversationSync.Create.apply(long conversationId,
IInternalMailConversation service,
Conversation conversaion) |
Modifier and Type | Method and Description |
---|---|
void |
ConversationSync.Update.apply(IInternalMailConversation service,
ItemValue<Conversation> conversaion) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<java.util.List<ItemValue<Conversation>>> |
IMailConversationPromise.byFolder(java.lang.String folder,
ItemFlagFilter filter) |
java.util.List<ItemValue<Conversation>> |
IMailConversation.byFolder(java.lang.String folderUid,
ItemFlagFilter filter)
Retrieve the conversations of the given folder.
|
java.util.concurrent.CompletableFuture<ItemValue<Conversation>> |
IMailConversationPromise.getComplete(java.lang.String uid) |
ItemValue<Conversation> |
IMailConversation.getComplete(java.lang.String uid)
Retrieve the conversation having the given Cyrus identifier.
|
Modifier and Type | Method and Description |
---|---|
void |
IMailConversationAsync.byFolder(java.lang.String folder,
ItemFlagFilter filter,
AsyncHandler<java.util.List<ItemValue<Conversation>>> handler) |
void |
IMailConversationAsync.getComplete(java.lang.String uid,
AsyncHandler<ItemValue<Conversation>> handler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<java.util.List<ItemValue<Conversation>>> |
IInternalMailConversationPromise.byFolder(java.lang.String folder,
ItemFlagFilter arg1) |
java.util.concurrent.CompletableFuture<ItemValue<Conversation>> |
IInternalMailConversationPromise.getComplete(java.lang.String uid) |
Modifier and Type | Method and Description |
---|---|
void |
IInternalMailConversation.create(java.lang.String uid,
Conversation conversation)
Create a new conversation.
|
java.util.concurrent.CompletableFuture<java.lang.Void> |
IInternalMailConversationPromise.create(java.lang.String uid,
Conversation conversation) |
void |
IInternalMailConversationAsync.create(java.lang.String uid,
Conversation conversation,
AsyncHandler<java.lang.Void> handler) |
void |
IInternalMailConversation.update(java.lang.String uid,
Conversation conversation)
Update an existing conversation.
|
java.util.concurrent.CompletableFuture<java.lang.Void> |
IInternalMailConversationPromise.update(java.lang.String uid,
Conversation conversation) |
void |
IInternalMailConversationAsync.update(java.lang.String uid,
Conversation conversation,
AsyncHandler<java.lang.Void> handler) |
Modifier and Type | Method and Description |
---|---|
void |
IInternalMailConversationAsync.byFolder(java.lang.String folder,
ItemFlagFilter arg1,
AsyncHandler<java.util.List<ItemValue<Conversation>>> handler) |
void |
IInternalMailConversationAsync.getComplete(java.lang.String uid,
AsyncHandler<ItemValue<Conversation>> handler) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ItemValue<Conversation>> |
MailConversationService.byFolder(java.lang.String folderUid,
ItemFlagFilter filter) |
ItemValue<Conversation> |
MailConversationService.getComplete(java.lang.String uid) |
Modifier and Type | Method and Description |
---|---|
void |
MailConversationService.create(java.lang.String uid,
Conversation conversation) |
void |
MailConversationService.update(java.lang.String uid,
Conversation conversation) |
Copyright © 2022. All Rights Reserved.