| Package | Description |
|---|---|
| org.nuxeo.client.methods | |
| org.nuxeo.client.objects.upload |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<BatchUpload> |
BatchUploadAPI.createBatch() |
retrofit2.Call<BatchUpload> |
BatchUploadAPI.fetchBatchUpload(String batchId,
String fileIdx) |
retrofit2.Call<List<BatchUpload>> |
BatchUploadAPI.fetchBatchUploads(String batchId) |
retrofit2.Call<BatchUpload> |
BatchUploadAPI.upload(String filename,
long fileSize,
String fileType,
String uploadType,
long uploadChunkIndex,
long totalChunkCount,
String batchId,
String fileIdx,
okhttp3.RequestBody blob) |
retrofit2.Call<BatchUpload> |
BatchUploadAPI.upload(String filename,
String fileSize,
String fileType,
String uploadType,
String uploadChunkIndex,
String totalChunkCount,
String batchId,
String fileIdx,
okhttp3.RequestBody file)
Deprecated.
since 3.1, use
BatchUploadAPI.upload(String, long, String, String, long, long, String, String, RequestBody)
instead |
| Modifier and Type | Method and Description |
|---|---|
BatchUpload |
BatchUpload.chunkSize(int chunkSize) |
BatchUpload |
BatchUploadManager.createBatch() |
BatchUpload |
BatchUpload.enableChunk() |
BatchUpload |
BatchUpload.fetchBatchUpload()
This method can only be called on a
BatchUpload representing a real upload (ie: fileIdx != null). |
BatchUpload |
BatchUpload.fetchBatchUpload(String fileIdx) |
BatchUpload |
BatchUploadManager.fetchBatchUpload(String batchId,
String fileIdx) |
BatchUpload |
BatchUploadManager.getBatch(String batchId) |
BatchUpload |
BatchUploadManager.getBatch(String batchId,
String fileIdx) |
BatchUpload |
BatchUpload.upload(String fileIdx,
Blob blob)
Uploads the given blob to the current
BatchUpload for given index. |
BatchUpload |
BatchUpload.upload(String fileIdx,
File file)
Deprecated.
since 3.1, use
upload(String, Blob) instead |
BatchUpload |
BatchUpload.upload(String fileIdx,
File file,
String name)
Deprecated.
since 3.1, use
upload(String, Blob) instead |
BatchUpload |
BatchUpload.upload(String fileIdx,
File file,
String name,
String fileType)
Deprecated.
since 3.1, use
upload(String, Blob) instead |
BatchUpload |
BatchUpload.upload(String fileIdx,
File file,
String name,
String fileType,
long length)
Deprecated.
since 3.1, use
upload(String, Blob) instead |
BatchUpload |
BatchUploadManager.upload(String batchId,
String fileIdx,
Blob blob)
Uploads the given blob to the current
BatchUpload for given index. |
BatchUpload |
BatchUploadManager.upload(String batchId,
String fileIdx,
File file)
Deprecated.
since 3.1, use
BatchUploadManager.upload(String, String, Blob) instead |
BatchUpload |
BatchUploadManager.upload(String batchId,
String fileIdx,
File file,
String name)
Deprecated.
since 3.1, use
BatchUploadManager.upload(String, String, Blob) instead |
BatchUpload |
BatchUploadManager.upload(String batchId,
String fileIdx,
File file,
String name,
String fileType)
Deprecated.
since 3.1, use
BatchUploadManager.upload(String, String, Blob) instead |
BatchUpload |
BatchUploadManager.upload(String batchId,
String fileIdx,
File file,
String name,
String fileType,
long length)
Deprecated.
since 3.1, use
BatchUploadManager.upload(String, String, Blob) instead |
| Modifier and Type | Method and Description |
|---|---|
List<BatchUpload> |
BatchUpload.fetchBatchUploads() |
List<BatchUpload> |
BatchUploadManager.fetchBatchUploads(String batchId) |
Copyright © 2018 Nuxeo. All rights reserved.