Modifier and Type | Field and Description |
---|---|
CollectionId |
HierarchyNode.collectionId |
CollectionId |
MailFolder.collectionId |
Modifier and Type | Method and Description |
---|---|
CollectionId |
SyncFolder.getParentId() |
CollectionId |
SyncFolder.getServerId() |
CollectionId |
IHierarchyImporter.importFolderCreate(BackendSession bs,
HierarchyNode parent,
SyncFolder sf) |
Modifier and Type | Method and Description |
---|---|
void |
IContentsImporter.emptyFolderContent(BackendSession bs,
HierarchyNode node,
CollectionId collectionId,
boolean deleteSubFolder) |
Changes |
IContentsExporter.getChanged(BackendSession bs,
SyncState state,
FilterType filterType,
CollectionId collectionId) |
java.util.Queue<ItemChangeReference> |
BackendSession.getUnSynchronizedItemChange(CollectionId collectionId) |
boolean |
IHierarchyImporter.importFolderDelete(BackendSession bs,
CollectionId serverId) |
CollectionItem |
IContentsImporter.importMessageChange(BackendSession bs,
CollectionId collectionId,
ItemDataType type,
java.util.Optional<java.lang.String> serverId,
IApplicationData data,
CollectionSyncRequest.Options.ConflicResolution conflictPolicy,
SyncState syncState) |
java.util.Map<java.lang.Long,AppData> |
IContentsExporter.loadStructures(BackendSession bs,
BodyOptions bodyOptions,
ItemDataType type,
CollectionId collectionId,
java.util.List<java.lang.Long> ids) |
void |
SyncFolder.setParentId(CollectionId parentId) |
void |
SyncFolder.setServerId(CollectionId serverId) |
Constructor and Description |
---|
HierarchyNode(CollectionId collectionId,
java.lang.String containerUid,
java.lang.String containerType) |
MailFolder(CollectionId collectionId,
java.lang.String uid,
java.lang.String name,
java.lang.String fullName,
java.lang.String parentUid) |
Modifier and Type | Method and Description |
---|---|
CollectionId |
FolderBackend.createFolder(BackendSession bs,
ItemDataType type,
java.lang.String displayName) |
CollectionId |
FolderBackend.createMailFolder(BackendSession bs,
HierarchyNode parent,
SyncFolder sf) |
CollectionId |
HierarchyImporter.importFolderCreate(BackendSession bs,
HierarchyNode parent,
SyncFolder sf) |
Modifier and Type | Method and Description |
---|---|
boolean |
FolderBackend.deleteMailFolder(BackendSession bs,
CollectionId collectionId,
java.lang.String containerUid) |
void |
ContentsImporter.emptyFolderContent(BackendSession bs,
HierarchyNode node,
CollectionId collectionId,
boolean deleteSubFolder) |
Changes |
ContentsExporter.getChanged(BackendSession bs,
SyncState state,
FilterType filterType,
CollectionId collectionId) |
HierarchyNode |
FolderBackend.getHierarchyNode(BackendSession bs,
CollectionId collectionId) |
boolean |
HierarchyImporter.importFolderDelete(BackendSession bs,
CollectionId serverId) |
CollectionItem |
ContentsImporter.importMessageChange(BackendSession bs,
CollectionId collectionId,
ItemDataType type,
java.util.Optional<java.lang.String> serverId,
IApplicationData data,
CollectionSyncRequest.Options.ConflicResolution conflictPolicy,
SyncState syncState) |
java.util.Map<java.lang.Long,AppData> |
ContentsExporter.loadStructures(BackendSession bs,
BodyOptions bodyOptions,
ItemDataType type,
CollectionId collectionId,
java.util.List<java.lang.Long> ids) |
boolean |
FolderBackend.updateMailFolder(BackendSession bs,
HierarchyNode node,
CollectionId collectionId,
java.lang.String displayName) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.Long,AppData> |
CalendarBackend.fetchMultiple(BackendSession bs,
CollectionId collectionId,
java.util.List<java.lang.Long> ids) |
Changes |
CalendarBackend.getContentChanges(BackendSession bs,
long version,
CollectionId collectionId) |
CollectionItem |
CalendarBackend.store(BackendSession bs,
CollectionId collectionId,
java.util.Optional<java.lang.String> sid,
IApplicationData data,
CollectionSyncRequest.Options.ConflicResolution conflictPolicy,
SyncState syncState) |
Modifier and Type | Method and Description |
---|---|
static CalendarResponse |
OldFormats.update(BackendSession bs,
MSEvent event,
MSUser user,
CollectionId collectionId) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.Long,AppData> |
ContactsBackend.fetchMultiple(BackendSession bs,
CollectionId collectionId,
java.util.List<java.lang.Long> ids) |
Changes |
ContactsBackend.getContentChanges(BackendSession bs,
long version,
CollectionId collectionId) |
CollectionItem |
ContactsBackend.store(BackendSession bs,
CollectionId collectionId,
java.util.Optional<java.lang.String> sid,
IApplicationData data,
CollectionSyncRequest.Options.ConflicResolution conflictPolicy,
SyncState syncState) |
Modifier and Type | Method and Description |
---|---|
IMailboxFolders |
CoreConnect.getIMailboxFoldersService(BackendSession bs,
CollectionId collectionId) |
protected ItemChangeReference |
CoreConnect.getItemChange(CollectionId collectionId,
long id,
ItemDataType type,
ChangeType changeType) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.Long,AppData> |
MailBackend.fetchMultiple(BackendSession bs,
BodyOptions bodyParams,
CollectionId collectionId,
java.util.List<java.lang.Long> ids) |
static java.lang.String |
AttachmentHelper.getAttachmentId(CollectionId collectionId,
long mailboxItemId,
java.lang.String mimePartAddress,
java.lang.String contentType,
java.lang.String contentTransferEncoding) |
Changes |
MailBackend.getContentChanges(BackendSession bs,
SyncState state,
CollectionId collectionId,
boolean hasFilterTypeChanged) |
void |
MailBackend.purgeFolder(BackendSession bs,
HierarchyNode node,
CollectionId collectionId,
boolean deleteSubFolder) |
void |
EmailManager.purgeFolder(BackendSession bs,
MailFolder folder,
CollectionId collectionId,
boolean deleteSubFolder) |
CollectionItem |
MailBackend.store(BackendSession bs,
CollectionId collectionId,
java.util.Optional<java.lang.String> serverId,
IApplicationData data) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.Long,AppData> |
TaskBackend.fetchMultiple(BackendSession bs,
CollectionId collectionId,
java.util.List<java.lang.Long> ids) |
Changes |
TaskBackend.getContentChanges(BackendSession bs,
long version,
CollectionId collectionId) |
CollectionItem |
TaskBackend.store(BackendSession bs,
CollectionId collectionId,
java.util.Optional<java.lang.String> sid,
IApplicationData data,
CollectionSyncRequest.Options.ConflicResolution conflictPolicy,
SyncState syncState) |
Modifier and Type | Field and Description |
---|---|
CollectionId |
CollectionItem.collectionId |
Modifier and Type | Method and Description |
---|---|
static CollectionItem |
CollectionItem.of(CollectionId collectionId,
long itemId) |
Modifier and Type | Field and Description |
---|---|
CollectionId |
FolderCreateRequest.parentId |
Modifier and Type | Field and Description |
---|---|
CollectionId |
FolderDeleteRequest.serverId |
Modifier and Type | Field and Description |
---|---|
CollectionId |
FolderUpdateRequest.parentId |
CollectionId |
FolderUpdateRequest.serverId |
Modifier and Type | Field and Description |
---|---|
CollectionId |
GetItemEstimateRequest.Collection.collectionId |
CollectionId |
GetItemEstimateResponse.Response.collectionId |
Modifier and Type | Field and Description |
---|---|
CollectionId |
ItemOperationsRequest.EmptyFolderContents.collectionId |
CollectionId |
ItemOperationsRequest.Fetch.collectionId |
Modifier and Type | Field and Description |
---|---|
CollectionId |
SearchResult.collectionId |
Modifier and Type | Method and Description |
---|---|
CollectionId |
CollectionSyncRequest.getCollectionId() |
static CollectionId |
CollectionId.of(long subscriptionId,
java.lang.String folderId) |
static CollectionId |
CollectionId.of(java.lang.String collectionId) |
Modifier and Type | Method and Description |
---|---|
void |
CollectionSyncRequest.setCollectionId(CollectionId collectionId) |
Modifier and Type | Method and Description |
---|---|
SyncState |
StateMachine.getSyncState(BackendSession bs,
CollectionId collectionId,
java.lang.String syncKey) |
Modifier and Type | Method and Description |
---|---|
CollectionId |
SyncStorage.createFolder(BackendSession bs,
ItemDataType type,
java.lang.String folderName) |
Modifier and Type | Method and Description |
---|---|
HierarchyNode |
SyncStorage.getHierarchyNode(BackendSession bs,
CollectionId collectionId) |
MailFolder |
SyncStorage.getMailFolder(BackendSession bs,
CollectionId collectionId) |
Modifier and Type | Method and Description |
---|---|
CollectionId |
ISyncStorage.createFolder(BackendSession bs,
ItemDataType type,
java.lang.String folderName)
Create + autosubscription
|
Modifier and Type | Method and Description |
---|---|
HierarchyNode |
ISyncStorage.getHierarchyNode(BackendSession bs,
CollectionId collectionId) |
MailFolder |
ISyncStorage.getMailFolder(BackendSession bs,
CollectionId collectionId) |
Copyright © 2021. All Rights Reserved.