Uses of Class
com.atlassian.crowd.integration.rest.entity.UserEntityList

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.
 



Copyright © 2012 Atlassian. All Rights Reserved.