Interface ShareFileServiceAsync


public interface ShareFileServiceAsync
  • Method Details

    • exportDocuments

      void exportDocuments(String targetFolder, List<Long> folderIds, List<Long> docIds, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
    • importDocuments

      void importDocuments(long targetFolder, List<String> itemIds, com.google.gwt.user.client.rpc.AsyncCallback<Integer> callback)
    • loadSettings

      void loadSettings(com.google.gwt.user.client.rpc.AsyncCallback<List<String>> callback)
    • authorize

      void authorize(String clientId, String clientSecret, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
    • isAuthorized

      void isAuthorized(com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)