| Package | Description |
|---|---|
| org.nuxeo.client.methods | |
| org.nuxeo.client.objects |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<ACP> |
RepositoryAPI.fetchPermissionsById(String documentId) |
retrofit2.Call<ACP> |
RepositoryAPI.fetchPermissionsById(String documentId,
String repositoryName) |
retrofit2.Call<ACP> |
RepositoryAPI.fetchPermissionsByPath(String documentPath) |
retrofit2.Call<ACP> |
RepositoryAPI.fetchPermissionsByPath(String documentPath,
String repositoryName) |
| Modifier and Type | Method and Description |
|---|---|
ACP |
Repository.fetchACPById(String documentId) |
ACP |
Repository.fetchACPByPath(String documentPath) |
ACP |
Document.fetchPermissions() |
| Modifier and Type | Method and Description |
|---|---|
void |
Repository.fetchACPById(String documentId,
retrofit2.Callback<ACP> callback) |
void |
Repository.fetchACPByPath(String documentPath,
retrofit2.Callback<ACP> callback) |
void |
Document.fetchPermissions(retrofit2.Callback<ACP> callback) |
Copyright © 2018 Nuxeo. All rights reserved.