|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UserEntityList | |
|---|---|
| com.atlassian.crowd.integration.rest.entity | |
| com.atlassian.crowd.integration.rest.util | |
| Uses of UserEntityList in com.atlassian.crowd.integration.rest.entity |
|---|
| Methods in com.atlassian.crowd.integration.rest.entity that return UserEntityList | |
|---|---|
UserEntityList |
MembershipEntity.getUsers()
|
| Methods in com.atlassian.crowd.integration.rest.entity with parameters of type UserEntityList | |
|---|---|
void |
MembershipEntity.setUsers(UserEntityList users)
|
| Constructors in com.atlassian.crowd.integration.rest.entity with parameters of type UserEntityList | |
|---|---|
MembershipEntity(UserEntityList users,
GroupEntityList groups)
|
|
| Uses of UserEntityList in com.atlassian.crowd.integration.rest.util |
|---|
| Methods in com.atlassian.crowd.integration.rest.util with parameters of type UserEntityList | |
|---|---|
static java.util.List<java.lang.String> |
EntityTranslator.toNameList(UserEntityList userEntityList)
Transforms UserEntityList to a list of usernames. |
static java.util.List<User> |
EntityTranslator.toUserList(UserEntityList userEntityList)
Transforms UserEntityList to a list of users. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||