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

Packages that use GroupEntityList
com.atlassian.crowd.acceptance.tests.rest.service   
com.atlassian.crowd.plugin.rest.entity   
com.atlassian.crowd.plugin.rest.service.controller   
com.atlassian.crowd.plugin.rest.util   
 

Uses of GroupEntityList in com.atlassian.crowd.acceptance.tests.rest.service
 

Methods in com.atlassian.crowd.acceptance.tests.rest.service that return GroupEntityList
 GroupEntityList MembershipEntity.getGroups()
           
 

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

Constructors in com.atlassian.crowd.plugin.rest.entity with parameters of type GroupEntityList
GroupMembershipEventEntity(Operation operation, GroupEntity childGroup, GroupEntityList parentGroups, GroupEntityList childGroups)
           
UserMembershipEventEntity(Operation operation, UserEntity childUser, GroupEntityList parentGroups)
           
 

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.
 GroupEntityList SearchController.searchGroups(java.lang.String applicationName, java.lang.String cqlSearchRestriction, 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.Collection<java.lang.String> groupNames, java.net.URI baseUri)
          Translates a list of group names to a GroupEntityList.
 



Copyright © 2012 Atlassian. All Rights Reserved.