FileService | R Documentation |
FileService
FileService
R6Class
object.
upload(file,bytes)
method
append(file,bytes)
method
download(fileDocumentId)
method
tercenApi::HttpClientService
-> FileService
new()
FileService$new(baseRestUri, client)
findFileByWorkflowIdAndStepId()
FileService$findFileByWorkflowIdAndStepId( startKey = NULL, endKey = NULL, limit = 20, skip = 0, descending = TRUE, useFactory = FALSE )
findByDataUri()
FileService$findByDataUri( startKey = NULL, endKey = NULL, limit = 20, skip = 0, descending = TRUE, useFactory = FALSE )
upload()
FileService$upload(file, bytes)
append()
FileService$append(file, bytes)
download()
FileService$download(fileDocumentId)
clone()
The objects of this class are cloneable with this method.
FileService$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.