Interface ShareFileServiceAsync
public interface ShareFileServiceAsync
- 
Method Summary
Modifier and TypeMethodDescriptionvoidauthorize(String clientId, String clientSecret, com.google.gwt.user.client.rpc.AsyncCallback<String> callback) voidexportDocuments(String targetFolder, List<Long> folderIds, List<Long> docIds, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) voidimportDocuments(long targetFolder, List<String> itemIds, com.google.gwt.user.client.rpc.AsyncCallback<Integer> callback) voidisAuthorized(com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) voidloadSettings(com.google.gwt.user.client.rpc.AsyncCallback<List<String>> callback)  
- 
Method Details
- 
exportDocuments
 - 
importDocuments
 - 
loadSettings
 - 
authorize
 - 
isAuthorized
 
 -