Interface DropboxServiceAsync
public interface DropboxServiceAsync
-
Method Summary
Modifier and TypeMethodDescriptionvoidexportDocuments(String targetPath, List<Long> folderIds, List<Long> docIds, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) voidfinishAuthorization(String authorizationCode, com.google.gwt.user.client.rpc.AsyncCallback<String> callback) voidimportDocuments(long targetFolder, List<String> paths, com.google.gwt.user.client.rpc.AsyncCallback<Integer> callback) voidisConnected(com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) voidloadSettings(com.google.gwt.user.client.rpc.AsyncCallback<List<String>> callback) voidsaveSettings(String clientId, String clientSecret, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) voidstartAuthorization(com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
-
Method Details
-
finishAuthorization
-
isConnected
-
startAuthorization
-
exportDocuments
-
importDocuments
-
saveSettings
-
loadSettings
-