public class FolderInternalIdCache
extends java.lang.Object
IMailboxFolders#createById(long, net.bluemind.backend.mail.api.MailboxFolder)
we want the replication to set the right itemId.
I did not find a way to pass the wanted id at creation time, annotations are
sent after the create. Only a cyrus patch to create would do the trick :/Modifier and Type | Class and Description |
---|---|
static class |
FolderInternalIdCache.CacheRegistration |
Constructor and Description |
---|
FolderInternalIdCache() |
Modifier and Type | Method and Description |
---|---|
static java.lang.Long |
expectedFolderId(Container subtree,
java.lang.String folder) |
static java.lang.String |
key(Container substree,
java.lang.String folder) |
static void |
storeExpectedRecordId(Container subtree,
java.lang.String folder,
long id) |
public static java.lang.String key(Container substree, java.lang.String folder)
public static java.lang.Long expectedFolderId(Container subtree, java.lang.String folder)
public static void storeExpectedRecordId(Container subtree, java.lang.String folder, long id)
Copyright © 2021. All Rights Reserved.