Uses of Class
com.atlassian.crowd.plugin.rest.entity.GroupEntityList
Package
Description
-
Uses of GroupEntityList in com.atlassian.crowd.acceptance.tests.rest.service
-
Uses of GroupEntityList in com.atlassian.crowd.plugin.rest.entity
ModifierConstructorDescriptionGroupMembershipEventEntity
(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
Modifier and TypeMethodDescriptionGroupsController.getDirectChildGroups
(String groupName, boolean expandGroups, int maxResults, int startIndex, URI baseUri) Retrieves the groups that are direct members of the specified group.UsersController.getDirectGroups
(String userName, boolean expandGroups, boolean expandAttributes, int maxResults, int startIndex, URI baseUri) Returns the groups that the user is a direct member of.GroupsController.getDirectParentGroups
(String groupName, boolean expandGroups, int maxResults, int startIndex, URI baseUri) Retrieves the groups that are direct parents of the specified group.GroupsController.getNestedChildGroups
(String groupName, boolean expandGroups, int maxResults, int startIndex, URI baseUri) Retrieves the groups that are nested children of the specified group.UsersController.getNestedGroups
(String userName, boolean expandGroups, int maxResults, int startIndex, URI baseUri) Returns the groups that the user is a nested member of.GroupsController.getNestedParentGroups
(String groupName, boolean expandGroups, int maxResults, int startIndex, URI baseUri) Retrieves the groups that are nested parents of the specified group.SearchController.searchGroups
(SearchRestriction searchRestriction, int maxResults, int startIndex, boolean expandGroup, boolean expandAttributes, URI baseUri) Searches for groups satisfying the restriction.SearchController.searchGroups
(SearchRestrictionEntity searchRestrictionEntity, int maxResults, int startIndex, boolean expandGroup, boolean expandAttributes, URI baseUri) Searches for groups satisfying the restriction.SearchController.searchGroups
(String cqlSearchRestriction, int maxResults, int startIndex, boolean expandGroup, boolean expandAttributes, URI baseUri) Searches for groups satisfying the restriction. -
Uses of GroupEntityList in com.atlassian.crowd.plugin.rest.service.resource.usermanagement.example
Modifier and TypeFieldDescriptionstatic final GroupEntityList
GroupsResourceExamples.GROUP_ENTITY_LIST
static final GroupEntityList
UsersResourceExamples.UNEXPANDED_GROUP_ENTITY_LIST
-
Uses of GroupEntityList in com.atlassian.crowd.plugin.rest.util
Modifier and TypeMethodDescriptionstatic GroupEntityList
EntityTranslator.toGroupEntities
(List<? extends Group> groups, URI baseURI) Translates a list of Groups to a list of GroupEntities.static GroupEntityList
EntityTranslator.toMinimalGroupEntities
(Collection<String> groupNames, URI baseUri) Translates a list of group names to a GroupEntityList.