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, Long[] folderIds, Long[] docIds, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) void
importDocuments
(long targetFolder, 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<String[]> callback)
-
Method Details
-
exportDocuments
-
importDocuments
-
loadSettings
-
authorize
-
isAuthorized
-