Package | Description |
---|---|
net.bluemind.exchange.mapi.api | |
net.bluemind.exchange.mapi.persistence | |
net.bluemind.exchange.mapi.service.internal |
Modifier and Type | Method and Description |
---|---|
ItemValue<MapiRawMessage> |
IMapiFolder.getCompleteById(long id) |
java.util.concurrent.CompletableFuture<ItemValue<MapiRawMessage>> |
IMapiFolderPromise.getCompleteById(long id) |
Modifier and Type | Method and Description |
---|---|
Ack |
IMapiFolder.createById(long id,
MapiRawMessage value) |
java.util.concurrent.CompletableFuture<Ack> |
IMapiFolderPromise.createById(long id,
MapiRawMessage value) |
void |
IMapiFolderAsync.createById(long id,
MapiRawMessage value,
AsyncHandler<Ack> handler) |
Ack |
IMapiFolder.updateById(long id,
MapiRawMessage value) |
java.util.concurrent.CompletableFuture<Ack> |
IMapiFolderPromise.updateById(long id,
MapiRawMessage value) |
void |
IMapiFolderAsync.updateById(long id,
MapiRawMessage value,
AsyncHandler<Ack> handler) |
Modifier and Type | Method and Description |
---|---|
void |
IMapiFolderAsync.getCompleteById(long id,
AsyncHandler<ItemValue<MapiRawMessage>> handler) |
Modifier and Type | Method and Description |
---|---|
MapiRawMessage |
MapiRawMessageStore.get(Item item) |
Modifier and Type | Method and Description |
---|---|
static JdbcAbstractStore.StatementValues<MapiRawMessage> |
MapiRawMessageColumns.values(long id) |
Modifier and Type | Method and Description |
---|---|
void |
MapiRawMessageStore.create(Item item,
MapiRawMessage value) |
void |
MapiRawMessageStore.update(Item item,
MapiRawMessage value) |
Modifier and Type | Method and Description |
---|---|
ItemValue<MapiRawMessage> |
MapiFolderService.getCompleteById(long id) |
Modifier and Type | Method and Description |
---|---|
Ack |
MapiFolderService.createById(long id,
MapiRawMessage value) |
Ack |
MapiFolderService.updateById(long id,
MapiRawMessage value) |
Copyright © 2021. All Rights Reserved.