|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GroupEntityList | |
|---|---|
| com.atlassian.crowd.plugin.rest.service.controller | |
| com.atlassian.crowd.plugin.rest.util | |
| Uses of GroupEntityList in com.atlassian.crowd.plugin.rest.service.controller |
|---|
| Methods in com.atlassian.crowd.plugin.rest.service.controller that return GroupEntityList | |
|---|---|
GroupEntityList |
GroupsController.getDirectChildGroups(java.lang.String applicationName,
java.lang.String groupName,
boolean expandGroups,
int maxResults,
int startIndex,
java.net.URI baseUri)
Retrieves the groups that are direct members of the specified group. |
GroupEntityList |
UsersController.getDirectGroups(java.lang.String applicationName,
java.lang.String userName,
boolean expandGroups,
int maxResults,
int startIndex,
java.net.URI baseUri)
Returns the groups that the user is a direct member of. |
GroupEntityList |
GroupsController.getDirectParentGroups(java.lang.String applicationName,
java.lang.String groupName,
boolean expandGroups,
int maxResults,
int startIndex,
java.net.URI baseUri)
Retrieves the groups that are direct parents of the specified group. |
GroupEntityList |
GroupsController.getNestedChildGroups(java.lang.String applicationName,
java.lang.String groupName,
boolean expandGroups,
int maxResults,
int startIndex,
java.net.URI baseUri)
Retrieves the groups that are nested children of the specified group. |
GroupEntityList |
UsersController.getNestedGroups(java.lang.String applicationName,
java.lang.String userName,
boolean expandGroups,
int maxResults,
int startIndex,
java.net.URI baseUri)
Returns the groups that the user is a nested member of. |
GroupEntityList |
GroupsController.getNestedParentGroups(java.lang.String applicationName,
java.lang.String groupName,
boolean expandGroups,
int maxResults,
int startIndex,
java.net.URI baseUri)
Retrieves the groups that are nested parents of the specified group. |
GroupEntityList |
SearchController.searchGroups(java.lang.String applicationName,
SearchRestrictionEntity searchRestrictionEntity,
int maxResults,
int startIndex,
boolean expandGroup,
java.net.URI baseUri)
Searches for groups satisfying the restriction. |
| Uses of GroupEntityList in com.atlassian.crowd.plugin.rest.util |
|---|
| Methods in com.atlassian.crowd.plugin.rest.util that return GroupEntityList | |
|---|---|
static GroupEntityList |
EntityTranslator.toGroupEntities(java.util.List<Group> groups,
java.net.URI baseURI)
Translates a list of Groups to a list of GroupEntities. |
static GroupEntityList |
EntityTranslator.toMinimalGroupEntities(java.util.List<java.lang.String> groupNames,
java.net.URI baseUri)
Translates a list of group names to a GroupEntityList. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||