- poll() - Method in class org.apache.camel.component.dropbox.integration.consumer.DropboxScheduledPollConsumer
-
- poll() - Method in class org.apache.camel.component.dropbox.integration.consumer.DropboxScheduledPollGetConsumer
-
Poll from a dropbox remote path and put the result in the message exchange
- poll() - Method in class org.apache.camel.component.dropbox.integration.consumer.DropboxScheduledPollSearchConsumer
-
Poll from a dropbox remote path and put the result in the message exchange
- POLL_CONSUMER_DELAY - Static variable in class org.apache.camel.component.dropbox.util.DropboxConstants
-
- populateExchange(Exchange) - Method in class org.apache.camel.component.dropbox.dto.DropboxDelResult
-
Object payload contained in Exchange
Exchange Body is populated with the remote path deleted on dropbox.
- populateExchange(Exchange) - Method in class org.apache.camel.component.dropbox.dto.DropboxFileDownloadResult
-
Object payload contained in Exchange
In case of a single file Exchange Header is populated with the name of the remote path downloaded
In case of a multiple files Exchange Header is populated with the name of the remote paths downloaded
In case of a single file Exchange Body is populated with the ByteArrayOutputStream downloaded from dropbox.
- populateExchange(Exchange) - Method in class org.apache.camel.component.dropbox.dto.DropboxFileUploadResult
-
Object payload contained in Exchange
In case of a single file Exchange Header is populated with the name of the remote path uploaded
In case of a multiple files Exchange Header is populated with the name of the remote paths uploaded
In case of a single file Exchange Body is populated with the result code of the upload operation for the remote path.
- populateExchange(Exchange) - Method in class org.apache.camel.component.dropbox.dto.DropboxMoveResult
-
Object payload contained in Exchange
Exchange Header and Body contains the mode path
- populateExchange(Exchange) - Method in class org.apache.camel.component.dropbox.dto.DropboxResult
-
Populate the camel exchange with the results from dropbox method invocations.
- populateExchange(Exchange) - Method in class org.apache.camel.component.dropbox.dto.DropboxSearchResult
-
Object payload contained in Exchange
Exchange Header is populated with the remote paths found.
- process(Exchange) - Method in class org.apache.camel.component.dropbox.integration.producer.DropboxDelProducer
-
- process(Exchange) - Method in class org.apache.camel.component.dropbox.integration.producer.DropboxGetProducer
-
- process(Exchange) - Method in class org.apache.camel.component.dropbox.integration.producer.DropboxMoveProducer
-
- process(Exchange) - Method in class org.apache.camel.component.dropbox.integration.producer.DropboxPutProducer
-
- process(Exchange) - Method in class org.apache.camel.component.dropbox.integration.producer.DropboxSearchProducer
-
- put(String, String, DropboxUploadMode) - Method in class org.apache.camel.component.dropbox.core.DropboxAPIFacade
-
Put or upload a new file or an entire directory to dropbox