Modifier and Type | Method and Description |
---|---|
SyncState |
IExporter.getState() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,SyncState> |
SessionPersistentState.getLastClientSyncState() |
Modifier and Type | Method and Description |
---|---|
void |
BackendSession.addLastClientSyncState(java.lang.String collectionId,
SyncState synckey) |
void |
IExporter.configure(java.lang.String dataClass,
java.lang.Integer filterType,
SyncState state,
int i,
int j) |
Changes |
IContentsExporter.getChanged(BackendSession bs,
SyncState state,
FilterType filterType,
CollectionId collectionId) |
FolderChanges |
IHierarchyExporter.getChanges(BackendSession bs,
SyncState state) |
CollectionItem |
IContentsImporter.importMessageChange(BackendSession bs,
CollectionId collectionId,
ItemDataType type,
java.util.Optional<java.lang.String> serverId,
IApplicationData data,
CollectionSyncRequest.Options.ConflicResolution conflictPolicy,
SyncState syncState) |
Modifier and Type | Method and Description |
---|---|
void |
SessionPersistentState.setLastClientSyncState(java.util.Map<java.lang.String,SyncState> lastClientSyncState) |
Modifier and Type | Method and Description |
---|---|
Changes |
ContentsExporter.getChanged(BackendSession bs,
SyncState state,
FilterType filterType,
CollectionId collectionId) |
FolderChanges |
FolderBackend.getChanges(BackendSession bs,
SyncState state) |
FolderChanges |
HierarchyExporter.getChanges(BackendSession bs,
SyncState state) |
CollectionItem |
ContentsImporter.importMessageChange(BackendSession bs,
CollectionId collectionId,
ItemDataType type,
java.util.Optional<java.lang.String> serverId,
IApplicationData data,
CollectionSyncRequest.Options.ConflicResolution conflictPolicy,
SyncState syncState) |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
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 |
---|---|
Changes |
MailBackend.getContentChanges(BackendSession bs,
SyncState state,
CollectionId collectionId,
boolean hasFilterTypeChanged) |
Modifier and Type | Method and Description |
---|---|
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 | Method and Description |
---|---|
void |
FilterType.filter(SyncState st,
boolean hasChanged) |
Modifier and Type | Method and Description |
---|---|
SyncState |
StateMachine.getFolderSyncState(BackendSession bs,
java.lang.String syncKey) |
SyncState |
StateMachine.getSyncState(BackendSession bs,
CollectionId collectionId,
java.lang.String syncKey) |
Copyright © 2021. All Rights Reserved.