Uses of Class
org.exoplatform.clouddrive.dropbox.DropboxException
-
Packages that use DropboxException Package Description org.exoplatform.clouddrive.dropbox -
-
Uses of DropboxException in org.exoplatform.clouddrive.dropbox
Subclasses of DropboxException in org.exoplatform.clouddrive.dropbox Modifier and Type Class Description classResetCursorExceptionIndicates that the cursor has been invalidated.Methods in org.exoplatform.clouddrive.dropbox that throw DropboxException Modifier and Type Method Description protected JCRLocalDropboxDrive.MetadataInfoJCRLocalDropboxDrive.FileAPI. copy(javax.jcr.Node sourceNode, javax.jcr.Node destNode)Copy.protected voidJCRLocalDropboxDrive. initDropboxFile(javax.jcr.Node localNode, String rev, Long size)Initialize Dropbox file.protected voidJCRLocalDropboxDrive. initDropboxFolder(javax.jcr.Node localNode, String cursor)Initialize Dropbox folder.protected static DropboxUserJCRLocalDropboxDrive. loadUser(org.exoplatform.clouddrive.dropbox.DropboxConnector.API apiFactory, DropboxProvider provider, javax.jcr.Node driveNode)Load user from the drive Node.protected JCRLocalDropboxDrive.MetadataInfoJCRLocalDropboxDrive.FileAPI. move(javax.jcr.Node node)Move remote file to hierarchy of given node.
-