|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UserEntityList | |
|---|---|
| com.atlassian.crowd.acceptance.tests.rest.service | |
| com.atlassian.crowd.plugin.rest.service.controller | |
| com.atlassian.crowd.plugin.rest.util | |
| Uses of UserEntityList in com.atlassian.crowd.acceptance.tests.rest.service |
|---|
| Methods in com.atlassian.crowd.acceptance.tests.rest.service that return UserEntityList | |
|---|---|
UserEntityList |
MembershipEntity.getUsers()
|
| Uses of UserEntityList in com.atlassian.crowd.plugin.rest.service.controller |
|---|
| Methods in com.atlassian.crowd.plugin.rest.service.controller that return UserEntityList | |
|---|---|
UserEntityList |
GroupsController.getDirectUsers(java.lang.String applicationName,
java.lang.String groupName,
boolean expandUsers,
int maxResults,
int startIndex,
java.net.URI baseUri)
Retrieves the users that are direct members of the specified group. |
UserEntityList |
GroupsController.getNestedUsers(java.lang.String applicationName,
java.lang.String groupName,
boolean expandUsers,
int maxResults,
int startIndex,
java.net.URI baseUri)
Retrieves the users that are nested members of the specified group. |
UserEntityList |
SearchController.searchUsers(java.lang.String applicationName,
SearchRestrictionEntity searchRestrictionEntity,
int maxResults,
int startIndex,
boolean expandUser,
java.net.URI baseUri)
Searches for users satisfying the restriction. |
UserEntityList |
SearchController.searchUsers(java.lang.String applicationName,
java.lang.String cqlSearchRestriction,
int maxResults,
int startIndex,
boolean expandUser,
java.net.URI baseUri)
Searches for users satisfying the restriction. |
| Uses of UserEntityList in com.atlassian.crowd.plugin.rest.util |
|---|
| Methods in com.atlassian.crowd.plugin.rest.util that return UserEntityList | |
|---|---|
static UserEntityList |
EntityTranslator.toMinimalUserEntities(java.util.List<java.lang.String> usernames,
java.net.URI baseUri)
Translates a list of usernames to a UserEntityList. |
static UserEntityList |
EntityTranslator.toUserEntities(java.util.List<User> users,
java.net.URI baseUri)
Translates a list of users to a list of UserEntities. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||