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

Packages that use GroupEntityList
com.atlassian.crowd.integration.rest.entity   
com.atlassian.crowd.integration.rest.util   
 

Uses of GroupEntityList in com.atlassian.crowd.integration.rest.entity
 

Methods in com.atlassian.crowd.integration.rest.entity that return GroupEntityList
 GroupEntityList GroupMembershipEventEntity.getChildGroups()
           
 GroupEntityList MembershipEntity.getGroups()
           
 GroupEntityList UserMembershipEventEntity.getParentGroups()
           
 GroupEntityList GroupMembershipEventEntity.getParentGroups()
           
 

Methods in com.atlassian.crowd.integration.rest.entity with parameters of type GroupEntityList
 void MembershipEntity.setGroups(GroupEntityList childGroups)
           
 

Constructors in com.atlassian.crowd.integration.rest.entity with parameters of type GroupEntityList
MembershipEntity(UserEntityList users, GroupEntityList groups)
           
 

Uses of GroupEntityList in com.atlassian.crowd.integration.rest.util
 

Methods in com.atlassian.crowd.integration.rest.util with parameters of type GroupEntityList
static java.util.List<Group> EntityTranslator.toGroupList(GroupEntityList groupEntityList)
          Transforms GroupEntityList to a list of groups.
static java.util.List<java.lang.String> EntityTranslator.toNameList(GroupEntityList groupEntityList)
          Transforms GroupEntityList to a list of group names.
 



Copyright © 2012 Atlassian. All Rights Reserved.