| Package | Description |
|---|---|
| org.nuxeo.client | |
| org.nuxeo.client.objects | |
| org.nuxeo.client.objects.blob | |
| org.nuxeo.client.objects.upload |
| Modifier and Type | Method and Description |
|---|---|
static okhttp3.RequestBody |
Requests.create(Blob blob)
Returns a new request body that transmits the content of input
Blob. |
| Modifier and Type | Method and Description |
|---|---|
static okhttp3.RequestBody |
Operation.create(Blob blob)
Deprecated.
since 3.1, use
Requests.create(Blob) instead |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBlob |
class |
FileBlob |
class |
FileStreamBlob
Deprecated.
since 3.1, this blob should not be used. It is used internally to bring backward compatibility since
fetchBlob API deprecation.
|
class |
StreamBlob |
| Modifier and Type | Method and Description |
|---|---|
List<Blob> |
Blobs.getBlobs() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Blobs.add(Blob blob)
Deprecated.
since 3.2, use
Entities.addEntry(Object) instead |
| Constructor and Description |
|---|
Blobs(List<? extends Blob> blobs) |
| Modifier and Type | Method and Description |
|---|---|
BatchUpload |
BatchUpload.upload(String fileIdx,
Blob blob)
Uploads the given blob to the current
BatchUpload for given index. |
BatchUpload |
BatchUploadManager.upload(String batchId,
String fileIdx,
Blob blob)
Uploads the given blob to the current
BatchUpload for given index. |
Copyright © 2018 Nuxeo. All rights reserved.