| Package | Description |
|---|---|
| org.nuxeo.client.methods | |
| org.nuxeo.client.objects.user |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<Groups> |
UserManagerAPI.fetchGroupMemberGroups(String groupName) |
retrofit2.Call<Groups> |
UserManagerAPI.searchGroup(String query) |
retrofit2.Call<Groups> |
UserManagerAPI.searchGroup(String query,
int currentPageIndex,
int pageSize) |
| Modifier and Type | Method and Description |
|---|---|
Groups |
Group.fetchMemberGroups()
Returns a list of member groups fetched from server.
|
Groups |
UserManager.searchGroup(String query) |
Groups |
UserManager.searchGroup(String query,
int currentPageIndex,
int pageSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
UserManager.searchGroup(String query,
retrofit2.Callback<Groups> callback) |
Copyright © 2018 Nuxeo. All rights reserved.