|
Move And Inline Method public populateExchange(exchange Exchange) : void moved from class org.apache.camel.component.dropbox.dto.DropboxDelResult to class org.apache.camel.component.dropbox.integration.producer.DropboxMoveProducer & inlined to public process(exchange Exchange) : void |
From |
To |
|
Move And Inline Method public populateExchange(exchange Exchange) : void moved from class org.apache.camel.component.dropbox.dto.DropboxFileDownloadResult to class org.apache.camel.component.dropbox.integration.producer.DropboxPutProducer & inlined to public process(exchange Exchange) : void |
From |
To |
|
Move And Inline Method public populateExchange(exchange Exchange) : void moved from class org.apache.camel.component.dropbox.dto.DropboxDelResult to class org.apache.camel.component.dropbox.integration.producer.DropboxGetProducer & inlined to public process(exchange Exchange) : void |
From |
To |
|
Move And Inline Method public populateExchange(exchange Exchange) : void moved from class org.apache.camel.component.dropbox.dto.DropboxDelResult to class org.apache.camel.component.dropbox.integration.producer.DropboxSearchProducer & inlined to public process(exchange Exchange) : void |
From |
To |
|
Move And Inline Method public populateExchange(exchange Exchange) : void moved from class org.apache.camel.component.dropbox.dto.DropboxDelResult to class org.apache.camel.component.dropbox.integration.consumer.DropboxScheduledPollGetConsumer & inlined to protected poll() : int |
From |
To |
|
Move And Inline Method public populateExchange(exchange Exchange) : void moved from class org.apache.camel.component.dropbox.dto.DropboxFileDownloadResult to class org.apache.camel.component.dropbox.integration.producer.DropboxGetProducer & inlined to public process(exchange Exchange) : void |
From |
To |
|
Move And Inline Method public populateExchange(exchange Exchange) : void moved from class org.apache.camel.component.dropbox.dto.DropboxDelResult to class org.apache.camel.component.dropbox.integration.consumer.DropboxScheduledPollSearchConsumer & inlined to protected poll() : int |
From |
To |
|
Move And Inline Method public populateExchange(exchange Exchange) : void moved from class org.apache.camel.component.dropbox.dto.DropboxDelResult to class org.apache.camel.component.dropbox.integration.producer.DropboxDelProducer & inlined to public process(exchange Exchange) : void |
From |
To |
|
Move And Inline Method public populateExchange(exchange Exchange) : void moved from class org.apache.camel.component.dropbox.dto.DropboxDelResult to class org.apache.camel.component.dropbox.integration.producer.DropboxPutProducer & inlined to public process(exchange Exchange) : void |
From |
To |
|
Move And Inline Method public populateExchange(exchange Exchange) : void moved from class org.apache.camel.component.dropbox.dto.DropboxFileDownloadResult to class org.apache.camel.component.dropbox.integration.consumer.DropboxScheduledPollGetConsumer & inlined to protected poll() : int |
From |
To |
|
Change Return Type DropboxResult to DropboxFileDownloadResult in method public get(remotePath String) : DropboxFileDownloadResult in class org.apache.camel.component.dropbox.core.DropboxAPIFacade |
From |
To |
|
Change Return Type void to Map<String,OutputStream> in method private downloadFilesInFolder(path String) : Map<String,OutputStream> in class org.apache.camel.component.dropbox.core.DropboxAPIFacade |
From |
To |
|
Change Return Type DropboxResult to DropboxSearchResult in method public search(remotePath String, query String) : DropboxSearchResult in class org.apache.camel.component.dropbox.core.DropboxAPIFacade |
From |
To |
|
Change Return Type void to Map.Entry<String,OutputStream> in method private downloadSingleFile(path String) : Map.Entry<String,OutputStream> in class org.apache.camel.component.dropbox.core.DropboxAPIFacade |
From |
To |
|
Change Return Type DropboxResult to DropboxFileUploadResult in method public put(localPath String, remotePath String, mode DropboxUploadMode) : DropboxFileUploadResult in class org.apache.camel.component.dropbox.core.DropboxAPIFacade |
From |
To |
|
Change Return Type DropboxResult to DropboxDelResult in method public del(remotePath String) : DropboxDelResult in class org.apache.camel.component.dropbox.core.DropboxAPIFacade |
From |
To |
|
Change Return Type DropboxResult to DropboxMoveResult in method public move(remotePath String, newRemotePath String) : DropboxMoveResult in class org.apache.camel.component.dropbox.core.DropboxAPIFacade |
From |
To |
|
Change Variable Type result : DropboxResult to result : DropboxFileDownloadResult in method public process(exchange Exchange) : void in class org.apache.camel.component.dropbox.integration.producer.DropboxGetProducer |
From |
To |
|
Change Variable Type baos : ByteArrayOutputStream to target : OutputStreamBuilder in method private downloadSingleFile(path String) : Map.Entry<String,OutputStream> in class org.apache.camel.component.dropbox.core.DropboxAPIFacade |
From |
To |
|
Change Variable Type result : DropboxResult to result : DropboxSearchResult in method public process(exchange Exchange) : void in class org.apache.camel.component.dropbox.integration.producer.DropboxSearchProducer |
From |
To |
|
Change Variable Type result : DropboxResult to result : DropboxDelResult in method public process(exchange Exchange) : void in class org.apache.camel.component.dropbox.integration.producer.DropboxDelProducer |
From |
To |
|
Change Variable Type result : DropboxResult to result : DropboxFileDownloadResult in method protected poll() : int in class org.apache.camel.component.dropbox.integration.consumer.DropboxScheduledPollGetConsumer |
From |
To |
|
Change Variable Type result : DropboxResult to result : DropboxFileUploadResult in method public process(exchange Exchange) : void in class org.apache.camel.component.dropbox.integration.producer.DropboxPutProducer |
From |
To |
|
Change Variable Type result : DropboxResult to result : DropboxSearchResult in method protected poll() : int in class org.apache.camel.component.dropbox.integration.consumer.DropboxScheduledPollSearchConsumer |
From |
To |
|
Change Variable Type result : DropboxResult to result : DropboxMoveResult in method public process(exchange Exchange) : void in class org.apache.camel.component.dropbox.integration.producer.DropboxMoveProducer |
From |
To |