| Package | Description |
|---|---|
| org.nuxeo.client.methods | |
| org.nuxeo.client.objects |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<StreamBlob> |
RepositoryAPI.streamBlobById(String documentId,
String fieldPath) |
retrofit2.Call<StreamBlob> |
RepositoryAPI.streamBlobById(String documentId,
String fieldPath,
String repositoryName) |
retrofit2.Call<StreamBlob> |
RepositoryAPI.streamBlobByPath(String documentPath,
String fieldPath) |
retrofit2.Call<StreamBlob> |
RepositoryAPI.streamBlobByPath(String documentPath,
String fieldPath,
String repositoryName) |
| Modifier and Type | Method and Description |
|---|---|
StreamBlob |
Document.streamBlob() |
StreamBlob |
Document.streamBlob(String fieldPath) |
StreamBlob |
Repository.streamBlobById(String documentId,
String fieldPath) |
StreamBlob |
Repository.streamBlobByPath(String documentPath,
String fieldPath) |
| Modifier and Type | Method and Description |
|---|---|
void |
Document.streamBlob(retrofit2.Callback<StreamBlob> callback) |
void |
Document.streamBlob(String fieldPath,
retrofit2.Callback<StreamBlob> callback) |
void |
Repository.streamBlobById(String documentId,
String fieldPath,
retrofit2.Callback<StreamBlob> callback) |
void |
Repository.streamBlobByPath(String documentPath,
String fieldPath,
retrofit2.Callback<StreamBlob> callback) |
Copyright © 2018 Nuxeo. All rights reserved.