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