@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
OKMExceptionGWTDropboxAccount access() throws OKMException
OKMExceptionvoid exportDocument(String path, String uuid) throws OKMException
OKMExceptionvoid exportFolder(String path, String uuid) throws OKMException
OKMExceptionList<GWTDropboxEntry> search(String query, String category) throws OKMException
OKMExceptionvoid importDocument(GWTDropboxEntry gwtDropboxEntry, String path) throws OKMException
OKMExceptionvoid importFolder(GWTDropboxEntry gwtDropboxEntry, String path) throws OKMException
OKMExceptionGWTDropboxEntry getRootDropbox() throws OKMException
OKMExceptionList<GWTDropboxEntry> getChildren(String parentPath) throws OKMException
OKMExceptionList<GWTDropboxStatusListener> statusListener() throws OKMException
OKMExceptionCopyright © 2016. All rights reserved.