Uses of Class
com.atlassian.crowd.plugin.rest.entity.UserEntityList
Packages that use UserEntityList
Package
Description
-
Uses of UserEntityList in com.atlassian.crowd.acceptance.tests.rest.service
Methods in com.atlassian.crowd.acceptance.tests.rest.service that return UserEntityList -
Uses of UserEntityList in com.atlassian.crowd.plugin.rest.service.controller
Methods in com.atlassian.crowd.plugin.rest.service.controller that return UserEntityListModifier and TypeMethodDescriptionGroupsController.getDirectUsers(String groupName, boolean expandUsers, int maxResults, int startIndex, URI baseUri) Retrieves the users that are direct members of the specified group.GroupsController.getNestedUsers(String groupName, boolean expandUsers, int maxResults, int startIndex, URI baseUri) Retrieves the users that are nested members of the specified group.SearchController.searchUsers(SearchRestriction searchRestriction, int maxResults, int startIndex, boolean expandUser, boolean expandAttributes, URI baseUri) Searches for users satisfying the restriction. -
Uses of UserEntityList in com.atlassian.crowd.plugin.rest.service.resource.usermanagement.example
Fields in com.atlassian.crowd.plugin.rest.service.resource.usermanagement.example declared as UserEntityListModifier and TypeFieldDescriptionstatic final UserEntityListUsersResourceExamples.UNEXPANDED_USER_ENTITY_LISTstatic final UserEntityListGroupsResourceExamples.USER_ENTITY_LIST -
Uses of UserEntityList in com.atlassian.crowd.plugin.rest.util
Methods in com.atlassian.crowd.plugin.rest.util that return UserEntityListModifier and TypeMethodDescriptionstatic UserEntityListEntityTranslator.toMinimalUserEntities(List<String> usernames, URI baseUri) Translates a list of usernames to a UserEntityList.static UserEntityListEntityTranslator.toUserEntities(List<? extends User> users, URI baseUri) Translates a list of users to a list of UserEntities.