| Package | Description |
|---|---|
| org.nuxeo.client.methods | |
| org.nuxeo.client.objects |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<Documents> |
RepositoryAPI.fetchChildrenById(String parentId) |
retrofit2.Call<Documents> |
RepositoryAPI.fetchChildrenById(String parentId,
String repositoryName) |
retrofit2.Call<Documents> |
RepositoryAPI.fetchChildrenByPath(String parentPath) |
retrofit2.Call<Documents> |
RepositoryAPI.fetchChildrenByPath(String parentPath,
String repositoryName) |
retrofit2.Call<Documents> |
RepositoryAPI.query(String query) |
retrofit2.Call<Documents> |
RepositoryAPI.query(String query,
String pageSize,
String currentPageIndex,
String maxResults,
String sortBy,
String sortOrder,
String queryParams) |
retrofit2.Call<Documents> |
RepositoryAPI.queryByProvider(String providerName,
String pageSize,
String currentPageIndex,
String maxResults,
String sortBy,
String sortOrder,
String queryParams) |
| Modifier and Type | Method and Description |
|---|---|
Documents |
Document.fetchChildren() |
Documents |
Repository.fetchChildrenById(String parentId) |
Documents |
Repository.fetchChildrenByPath(String parentPath) |
Documents |
Repository.query(String query) |
Documents |
Repository.query(String query,
String pageSize,
String currentPageIndex,
String maxResults,
String sortBy,
String sortOrder,
String queryParams) |
Documents |
Repository.queryByProvider(String providerName,
String pageSize,
String currentPageIndex,
String maxResults,
String sortBy,
String sortOrder,
String queryParams) |
| Modifier and Type | Method and Description |
|---|---|
void |
Document.fetchChildren(retrofit2.Callback<Documents> callback) |
void |
Repository.fetchChildrenById(String parentId,
retrofit2.Callback<Documents> callback) |
void |
Repository.fetchChildrenByPath(String parentPath,
retrofit2.Callback<Documents> callback) |
void |
Repository.query(String query,
retrofit2.Callback<Documents> callback) |
void |
Repository.query(String query,
String pageSize,
String currentPageIndex,
String maxResults,
String sortBy,
String sortOrder,
String queryParams,
retrofit2.Callback<Documents> callback) |
void |
Repository.queryByProvider(String providerName,
String pageSize,
String currentPageIndex,
String maxResults,
String sortBy,
String sortOrder,
String queryParams,
retrofit2.Callback<Documents> callback) |
Copyright © 2018 Nuxeo. All rights reserved.