| Package | Description |
|---|---|
| org.nuxeo.client.methods | |
| org.nuxeo.client.objects | |
| org.nuxeo.client.objects.blob |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<FileBlob> |
RepositoryAPI.fetchBlobById(String documentId,
String fieldPath)
Deprecated.
since 3.1
|
retrofit2.Call<FileBlob> |
RepositoryAPI.fetchBlobById(String documentId,
String fieldPath,
String repositoryName)
Deprecated.
since 3.1
|
retrofit2.Call<FileBlob> |
RepositoryAPI.fetchBlobByPath(String documentPath,
String fieldPath)
Deprecated.
since 3.1
|
retrofit2.Call<FileBlob> |
RepositoryAPI.fetchBlobByPath(String documentPath,
String fieldPath,
String repositoryName)
Deprecated.
since 3.1
|
| Modifier and Type | Method and Description |
|---|---|
FileBlob |
Document.fetchBlob()
Deprecated.
since 3.1, use
Document.streamBlob() instead |
FileBlob |
Document.fetchBlob(String fieldPath)
Deprecated.
since 3.1, use
Document.streamBlob(String) instead |
FileBlob |
Repository.fetchBlobById(String documentId,
String fieldPath)
Deprecated.
since 3.1, use
Repository.streamBlobById(String, String) instead |
FileBlob |
Repository.fetchBlobByPath(String documentPath,
String fieldPath)
Deprecated.
since 3.1, use
Repository.streamBlobByPath(String, String) instead |
| Modifier and Type | Method and Description |
|---|---|
void |
Document.fetchBlob(retrofit2.Callback<FileBlob> callback)
Deprecated.
since 3.1, use
Document.streamBlob(Callback) instead |
void |
Document.fetchBlob(String fieldPath,
retrofit2.Callback<FileBlob> callback)
Deprecated.
since 3.1, use
Document.streamBlob(String, Callback) instead |
void |
Repository.fetchBlobById(String documentId,
String fieldPath,
retrofit2.Callback<FileBlob> callback)
Deprecated.
since 3.1, use
Repository.streamBlobById(String, String, Callback) instead |
void |
Repository.fetchBlobByPath(String documentPath,
String fieldPath,
retrofit2.Callback<FileBlob> callback)
Deprecated.
since 3.1, use
Repository.streamBlobByPath(String, String, Callback) instead |
| Modifier and Type | Class and Description |
|---|---|
class |
FileStreamBlob
Deprecated.
since 3.1, this blob should not be used. It is used internally to bring backward compatibility since
fetchBlob API deprecation.
|
Copyright © 2018 Nuxeo. All rights reserved.