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