public class DropboxServlet extends OKMRemoteServiceServlet implements OKMDropboxService
WORKSPACE| Constructor and Description |
|---|
DropboxServlet() |
| 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() |
doGetSerializationPolicy, getLanguage, getUserWorkspaceSession, init, saveUserWorkspaceSession, setLanguage, updateSessionManagercheckPermutationStrongName, getSerializationPolicy, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processPost, shouldCompressResponsedoPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContentdoDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic String authorize() throws OKMException
authorize in interface OKMDropboxServiceOKMExceptionpublic GWTDropboxAccount access() throws OKMException
access in interface OKMDropboxServiceOKMExceptionpublic void exportDocument(String path, String uuid) throws OKMException
exportDocument in interface OKMDropboxServiceOKMExceptionpublic void exportFolder(String path, String uuid) throws OKMException
exportFolder in interface OKMDropboxServiceOKMExceptionpublic List<GWTDropboxEntry> search(String query, String category) throws OKMException
search in interface OKMDropboxServiceOKMExceptionpublic void importDocument(GWTDropboxEntry gwtDropboxEntry, String path) throws OKMException
importDocument in interface OKMDropboxServiceOKMExceptionpublic void importFolder(GWTDropboxEntry gwtDropboxEntry, String path) throws OKMException
importFolder in interface OKMDropboxServiceOKMExceptionpublic GWTDropboxEntry getRootDropbox() throws OKMException
getRootDropbox in interface OKMDropboxServiceOKMExceptionpublic List<GWTDropboxEntry> getChildren(String parentPath) throws OKMException
getChildren in interface OKMDropboxServiceOKMExceptionpublic List<GWTDropboxStatusListener> statusListener() throws OKMException
statusListener in interface OKMDropboxServiceOKMExceptionCopyright © 2016. All rights reserved.