@RemoteServiceRelativePath(value="../extension/Dropbox")
public interface OKMDropboxService
extends com.google.gwt.user.client.rpc.RemoteService
Modifier and Type | Method and Description |
---|---|
GWTDropboxAccount |
access() |
String |
authorize() |
void |
exportDocument(String path,
String uuid) |
void |
exportFolder(String path,
String uuid) |
List<GWTDropboxEntry> |
getChildren(String parentPath) |
GWTDropboxEntry |
getRootDropbox() |
void |
importDocument(GWTDropboxEntry gwtDropboxEntry,
String path) |
void |
importFolder(GWTDropboxEntry gwtDropboxEntry,
String path) |
List<GWTDropboxEntry> |
search(String query,
String category) |
List<GWTDropboxStatusListener> |
statusListener() |
String authorize() throws OKMException
OKMException
GWTDropboxAccount access() throws OKMException
OKMException
void exportDocument(String path, String uuid) throws OKMException
OKMException
void exportFolder(String path, String uuid) throws OKMException
OKMException
List<GWTDropboxEntry> search(String query, String category) throws OKMException
OKMException
void importDocument(GWTDropboxEntry gwtDropboxEntry, String path) throws OKMException
OKMException
void importFolder(GWTDropboxEntry gwtDropboxEntry, String path) throws OKMException
OKMException
GWTDropboxEntry getRootDropbox() throws OKMException
OKMException
List<GWTDropboxEntry> getChildren(String parentPath) throws OKMException
OKMException
List<GWTDropboxStatusListener> statusListener() throws OKMException
OKMException
Copyright © 2016. All rights reserved.