public interface IBackend
Modifier and Type | Method and Description |
---|---|
void |
acknowledgeRemoteWipe(BackendSession bs) |
void |
clearInternalState(BackendSession bs)
Called when the EAS request finishes
|
IContentsExporter |
getContentsExporter(BackendSession bs) |
IContentsImporter |
getContentsImporter(java.lang.Integer collectionId,
BackendSession bs) |
IHierarchyExporter |
getHierarchyExporter(BackendSession bs) |
IHierarchyImporter |
getHierarchyImporter(BackendSession bs) |
java.lang.String |
getPictureBase64(BackendSession bs,
int photoId) |
MSUser |
getUser(java.lang.String loginAtDomain,
java.lang.String password) |
void |
initInternalState(BackendSession bs)
Called on EAS request start
|
void |
purgeSessions() |
IHierarchyImporter getHierarchyImporter(BackendSession bs)
IHierarchyExporter getHierarchyExporter(BackendSession bs)
IContentsImporter getContentsImporter(java.lang.Integer collectionId, BackendSession bs)
IContentsExporter getContentsExporter(BackendSession bs)
MSUser getUser(java.lang.String loginAtDomain, java.lang.String password) throws ActiveSyncException
ActiveSyncException
java.lang.String getPictureBase64(BackendSession bs, int photoId)
void acknowledgeRemoteWipe(BackendSession bs)
void initInternalState(BackendSession bs)
bs
- void clearInternalState(BackendSession bs)
bs
- void purgeSessions()
Copyright © 2021. All Rights Reserved.