| Modifier and Type | Method and Description |
|---|---|
List<Group> |
AdministrationApi.listGroups()
Get all available user groups
|
ApiResponse<List<Group>> |
AdministrationApi.listGroupsWithHttpInfo()
Get all available user groups
|
| Modifier and Type | Method and Description |
|---|---|
void |
AdministrationApi.putGroup(String name,
Group group)
Add or replace the user group given by its name
|
okhttp3.Call |
AdministrationApi.putGroupAsync(String name,
Group group,
ApiCallback<Void> _callback)
Add or replace the user group given by its name (asynchronously)
|
okhttp3.Call |
AdministrationApi.putGroupCall(String name,
Group group,
ApiCallback _callback)
Build call for putGroup
|
ApiResponse<Void> |
AdministrationApi.putGroupWithHttpInfo(String name,
Group group)
Add or replace the user group given by its name
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
AdministrationApi.listGroupsAsync(ApiCallback<List<Group>> _callback)
Get all available user groups (asynchronously)
|
| Modifier and Type | Method and Description |
|---|---|
Group |
Group.addCorporaItem(String corporaItem) |
Group |
Group.corpora(List<String> corpora) |
Group |
Group.name(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
GroupManagementPanel.setGroupList(Collection<Group> groups) |
| Modifier and Type | Method and Description |
|---|---|
void |
GroupController.groupUpdated(Group user) |
| Modifier and Type | Method and Description |
|---|---|
Group |
GroupManagement.getGroup(String groupName) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Group> |
GroupManagement.getGroups() |
| Modifier and Type | Method and Description |
|---|---|
void |
GroupManagement.createOrUpdateGroup(Group newGroup) |
| Modifier and Type | Method and Description |
|---|---|
void |
GroupListView.Listener.groupUpdated(Group user) |
| Modifier and Type | Method and Description |
|---|---|
void |
GroupListView.setGroupList(Collection<Group> groups) |
Copyright © 2021 Corpuslinguistic working group Humboldt University Berlin. All rights reserved.