Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<MessageBody> |
ReplicationState.messageByGuid(java.lang.String partition,
java.lang.String guid) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<MessageBody> |
MockMessageBodiesPromise.getComplete(java.lang.String uid) |
java.util.concurrent.CompletableFuture<java.util.List<MessageBody>> |
MockMessageBodiesPromise.multiple(java.util.List<java.lang.String> uid) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<java.lang.Void> |
MockMessageBodiesPromise.update(MessageBody body) |
Modifier and Type | Field and Description |
---|---|
MessageBody |
MailboxItem.body
UID of the
MessageBody , guid in replication protocol |
Modifier and Type | Method and Description |
---|---|
static MessageBody |
MessageBody.of(java.lang.String subject,
MessageBody.Part structure) |
Modifier and Type | Field and Description |
---|---|
MessageBody |
BodyStreamProcessor.MessageBodyData.body |
Modifier and Type | Method and Description |
---|---|
static org.apache.james.mime4j.dom.Message |
EmlBuilder.of(MessageBody mb,
java.lang.String sid) |
Constructor and Description |
---|
MessageBodyData(MessageBody body,
java.lang.String text,
java.util.List<java.lang.String> filenames,
java.util.List<java.lang.String> with,
java.util.Map<java.lang.String,Keyword> headers) |
Modifier and Type | Method and Description |
---|---|
MessageBody |
IDbMessageBodies.getComplete(java.lang.String uid) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<MessageBody> |
IDbMessageBodiesPromise.getComplete(java.lang.String uid) |
java.util.concurrent.CompletableFuture<java.util.List<MessageBody>> |
IDbMessageBodiesPromise.multiple(java.util.List<java.lang.String> uid) |
java.util.List<MessageBody> |
IDbMessageBodies.multiple(java.util.List<java.lang.String> uid) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<java.lang.Void> |
IDbMessageBodiesPromise.update(MessageBody body) |
void |
IDbMessageBodies.update(MessageBody body) |
void |
IDbMessageBodiesAsync.update(MessageBody body,
AsyncHandler<java.lang.Void> handler) |
Modifier and Type | Method and Description |
---|---|
void |
IDbMessageBodiesAsync.getComplete(java.lang.String uid,
AsyncHandler<MessageBody> handler) |
void |
IDbMessageBodiesAsync.multiple(java.util.List<java.lang.String> uid,
AsyncHandler<java.util.List<MessageBody>> handler) |
Modifier and Type | Method and Description |
---|---|
MessageBody |
MessageBodyStore.get(java.lang.String guid) |
Modifier and Type | Method and Description |
---|---|
java.util.List<MessageBody> |
MessageBodyStore.multiple(java.util.List<java.lang.String> guids) |
java.util.List<MessageBody> |
MessageBodyStore.multiple(java.lang.String... guids) |
static JdbcAbstractStore.EntityPopulator<MessageBody> |
MessageBodyColumns.populator(java.lang.String guid) |
static JdbcAbstractStore.EntityPopulator<MessageBody> |
MessageBodyColumns.simplePopulator() |
static JdbcAbstractStore.StatementValues<MessageBody> |
MessageBodyColumns.values(java.lang.String guid) |
Modifier and Type | Method and Description |
---|---|
void |
MessageBodyStore.store(MessageBody value) |
Modifier and Type | Method and Description |
---|---|
MessageBody |
DbMessageBodiesService.getComplete(java.lang.String uid) |
Modifier and Type | Method and Description |
---|---|
java.util.List<MessageBody> |
DbMessageBodiesService.multiple(java.util.List<java.lang.String> uid) |
Modifier and Type | Method and Description |
---|---|
void |
DbMessageBodiesService.update(MessageBody mb) |
Copyright © 2021. All Rights Reserved.