Interface DropboxServiceAsync
public interface DropboxServiceAsync
-
Method Summary
Modifier and TypeMethodDescriptionvoid
exportDocuments
(String targetPath, List<Long> folderIds, List<Long> docIds, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) void
finishAuthorization
(String authorizationCode, com.google.gwt.user.client.rpc.AsyncCallback<String> callback) void
importDocuments
(long targetFolder, List<String> paths, com.google.gwt.user.client.rpc.AsyncCallback<Integer> callback) void
isConnected
(com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) void
startAuthorization
(com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
-
Method Details
-
finishAuthorization
-
isConnected
-
startAuthorization
-
exportDocuments
-
importDocuments
-