Known Direct Subclasses
|
Known Indirect Subclasses
|
Class Overview
A DropboxConnectorMetadataAdapater
is a wrapper around DropboxConnector
that adds support for querying metadata about the extension.
Summary
Public Methods |
String
|
getDevkitBuild()
Returns the build of the DevKit used to create this module
|
String
|
getDevkitVersion()
Returns the version of the DevKit used to create this module
|
String
|
getModuleName()
Returns the user-friendly name of this module
|
String
|
getModuleVersion()
Returns the version of this module
|
[Expand]
Inherited Methods |
From class
org.mule.modules.dropbox.adapters.DropboxConnectorCapabilitiesAdapter
|
From class
org.mule.modules.dropbox.DropboxConnector
Item
|
copy(String from, String to)
Copies a file or folder to a new location.
|
Item
|
createFolder(String path)
Create new folder on Dropbox
|
Item
|
delete(String path)
Deletes a file or folder.
|
InputStream
|
downloadFile(String path, boolean delete)
Downloads a file from Dropbox
|
String
|
getAccessToken()
|
AccountInformation
|
getAccount()
Requests the account's information.
|
String
|
getAppKey()
|
String
|
getAppSecret()
|
String
|
getContentServer()
|
Link
|
getLink(String path, Boolean shortUrl)
Creates and returns a Dropbox link to files or folders users can use to view a preview of the file in a web browser.
|
String
|
getOAuthTokenAccessIdentifier()
|
String
|
getServer()
|
void
|
init()
This method initiates the dropbox client and the auth callback.
|
Item
|
list(String path)
Lists the content of the remote directory
|
Item
|
move(String from, String to)
Moves a file or folder to a new location.
|
void
|
setAccessToken(String accessToken)
|
void
|
setAppKey(String appKey)
|
void
|
setAppSecret(String appSecret)
|
void
|
setContentServer(String contentServer)
|
void
|
setServer(String server)
|
Item
|
uploadLongStream(InputStream fileData, Boolean overwrite, String path, String filename)
Upload file to Dropbox.
|
Item
|
uploadStream(InputStream fileData, Boolean overwrite, String path, String filename)
Upload file to Dropbox.
|
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
From interface
org.mule.modules.dropbox.basic.Capabilities
abstract
boolean
|
isCapableOf(Capability capability)
Returns true if this module implements such
capability
|
|
From interface
org.mule.modules.dropbox.basic.MetadataAware
|
Constants
private
static
final
String
DEVKIT_BUILD
Constant Value:
"3.4.0.1555.8df15c1"
private
static
final
String
DEVKIT_VERSION
private
static
final
String
MODULE_NAME
Constant Value:
"Dropbox"
private
static
final
String
MODULE_VERSION
Constant Value:
"3.3.1-SNAPSHOT"
Public Constructors
public
DropboxConnectorMetadataAdapater
()
Public Methods
public
String
getDevkitBuild
()
Returns the build of the DevKit used to create this module
public
String
getDevkitVersion
()
Returns the version of the DevKit used to create this module
public
String
getModuleName
()
Returns the user-friendly name of this module
public
String
getModuleVersion
()
Returns the version of this module