Modifier and Type | Method and Description |
---|---|
CollectionItem |
ItemChangeReference.getServerId() |
CollectionItem |
IContentsImporter.importMessageChange(BackendSession bs,
int collectionId,
ItemDataType type,
com.google.common.base.Optional<java.lang.String> serverId,
IApplicationData data,
CollectionSyncRequest.Options.ConflicResolution conflictPolicy,
SyncState syncState) |
Modifier and Type | Method and Description |
---|---|
void |
ItemChangeReference.setServerId(CollectionItem serverId) |
Modifier and Type | Method and Description |
---|---|
void |
IContentsImporter.importMessageDeletion(BackendSession bs,
ItemDataType type,
java.util.Collection<CollectionItem> serverIds,
java.lang.Boolean moveToTrash) |
java.util.List<MoveItemsResponse.Response> |
IContentsImporter.importMoveItems(BackendSession bs,
ItemDataType type,
BMFolder srcFolder,
BMFolder dstFolder,
java.util.List<CollectionItem> items) |
Modifier and Type | Method and Description |
---|---|
CollectionItem |
ContentsImporter.importMessageChange(BackendSession bs,
int collectionId,
ItemDataType type,
com.google.common.base.Optional<java.lang.String> serverId,
IApplicationData data,
CollectionSyncRequest.Options.ConflicResolution conflictPolicy,
SyncState syncState) |
Modifier and Type | Method and Description |
---|---|
void |
ContentsImporter.importMessageDeletion(BackendSession bs,
ItemDataType type,
java.util.Collection<CollectionItem> serverIds,
java.lang.Boolean moveToTrash) |
java.util.List<MoveItemsResponse.Response> |
ContentsImporter.importMoveItems(BackendSession bs,
ItemDataType type,
BMFolder srcFolder,
BMFolder dstFolder,
java.util.List<CollectionItem> items) |
Modifier and Type | Method and Description |
---|---|
CollectionItem |
CalendarBackend.store(BackendSession bs,
java.lang.Integer collectionId,
com.google.common.base.Optional<java.lang.String> sid,
IApplicationData data,
CollectionSyncRequest.Options.ConflicResolution conflictPolicy,
SyncState syncState) |
Modifier and Type | Method and Description |
---|---|
void |
CalendarBackend.delete(BackendSession bs,
java.util.Collection<CollectionItem> serverIds) |
java.util.List<MoveItemsResponse.Response> |
CalendarBackend.move(BackendSession bs,
BMFolder srcFolder,
BMFolder dstFolder,
java.util.List<CollectionItem> items) |
Modifier and Type | Method and Description |
---|---|
CollectionItem |
ContactsBackend.store(BackendSession bs,
int collectionId,
com.google.common.base.Optional<java.lang.String> sid,
IApplicationData data,
CollectionSyncRequest.Options.ConflicResolution conflictPolicy,
SyncState syncState) |
Modifier and Type | Method and Description |
---|---|
void |
ContactsBackend.delete(BackendSession bs,
java.util.Collection<CollectionItem> serverIds) |
Modifier and Type | Method and Description |
---|---|
CollectionItem |
MailBackend.store(BackendSession bs,
int collectionId,
com.google.common.base.Optional<java.lang.String> serverId,
IApplicationData data) |
Modifier and Type | Method and Description |
---|---|
void |
MailBackend.delete(BackendSession bs,
java.util.Collection<CollectionItem> serverIds,
java.lang.Boolean moveToTrash) |
java.util.List<MoveItemsResponse.Response> |
MailBackend.move(BackendSession bs,
BMFolder srcFolder,
BMFolder dstFolder,
java.util.List<CollectionItem> items) |
java.util.List<MoveItemsResponse.Response> |
EmailManager.moveItems(BackendSession bs,
BMFolder srcFolder,
BMFolder dstFolder,
java.util.List<CollectionItem> items) |
Modifier and Type | Method and Description |
---|---|
CollectionItem |
TaskBackend.store(BackendSession bs,
int collectionId,
com.google.common.base.Optional<java.lang.String> sid,
IApplicationData data,
CollectionSyncRequest.Options.ConflicResolution conflictPolicy,
SyncState syncState) |
Modifier and Type | Method and Description |
---|---|
void |
TaskBackend.delete(BackendSession bs,
java.util.Collection<CollectionItem> serverIds) |
Modifier and Type | Method and Description |
---|---|
static CollectionItem |
CollectionItem.of(int collectionId,
java.lang.String itemId) |
static CollectionItem |
CollectionItem.of(java.lang.String colAndServer)
Creates a collection item from the unique identifier of an item in a
collection like
123:45 where 123 is the collection id and 45
is the item id in the collection. |
static CollectionItem |
CollectionItem.of(java.lang.String collectionId,
java.lang.String itemId) |
Modifier and Type | Field and Description |
---|---|
CollectionItem |
CollectionSyncResponse.ServerChange.item |
CollectionItem |
CollectionSyncResponse.ServerResponse.item |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<CollectionItem> |
CollectionSyncRequest.getDeletedIds() |
java.util.Collection<CollectionItem> |
CollectionSyncRequest.getFetchIds() |
Copyright © 2021. All Rights Reserved.