Known Direct Subclasses
|
Known Indirect Subclasses
|
Class Overview
A DropboxConnectorLifecycleAdapter
is a wrapper around DropboxConnector
that adds lifecycle methods to the pojo.
Summary
[Expand]
Inherited Methods |
From class
org.mule.modules.dropbox.adapters.DropboxConnectorMetadataAdapater
|
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.api.lifecycle.Disposable
|
From interface
org.mule.api.lifecycle.Initialisable
abstract
void
|
initialise()
|
|
From interface
org.mule.api.lifecycle.Startable
|
From interface
org.mule.api.lifecycle.Stoppable
|
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
|
Public Constructors
public
DropboxConnectorLifecycleAdapter
()
Public Methods
public
void
initialise
()