public interface IBackend
| Modifier and Type | Method and Description | 
|---|---|
void | 
acknowledgeRemoteWipe(BackendSession bs)  | 
IContentsExporter | 
getContentsExporter(BackendSession bs)  | 
IContentsImporter | 
getContentsImporter(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(BackendSession bs)
IContentsExporter getContentsExporter(BackendSession bs)
MSUser getUser(java.lang.String loginAtDomain, java.lang.String password) throws ActiveSyncException
ActiveSyncExceptionjava.lang.String getPictureBase64(BackendSession bs, int photoId)
void acknowledgeRemoteWipe(BackendSession bs)
void initInternalState(BackendSession bs)
bs - void purgeSessions()
Copyright © 2023. All Rights Reserved.