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