Modifier and Type | Method and Description |
---|---|
GroupEntityList |
MembershipEntity.getGroups() |
Constructor and Description |
---|
GroupMembershipEventEntity(Operation operation,
GroupEntity childGroup,
GroupEntityList parentGroups,
GroupEntityList childGroups) |
UserMembershipEventEntity(Operation operation,
UserEntity childUser,
GroupEntityList parentGroups) |
Modifier and Type | Method and Description |
---|---|
GroupEntityList |
GroupsController.getDirectChildGroups(String groupName,
boolean expandGroups,
int maxResults,
int startIndex,
URI baseUri)
Retrieves the groups that are direct members of the specified group.
|
GroupEntityList |
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.
|
GroupEntityList |
GroupsController.getDirectParentGroups(String groupName,
boolean expandGroups,
int maxResults,
int startIndex,
URI baseUri)
Retrieves the groups that are direct parents of the specified group.
|
GroupEntityList |
GroupsController.getNestedChildGroups(String groupName,
boolean expandGroups,
int maxResults,
int startIndex,
URI baseUri)
Retrieves the groups that are nested children of the specified group.
|
GroupEntityList |
UsersController.getNestedGroups(String userName,
boolean expandGroups,
int maxResults,
int startIndex,
URI baseUri)
Returns the groups that the user is a nested member of.
|
GroupEntityList |
GroupsController.getNestedParentGroups(String groupName,
boolean expandGroups,
int maxResults,
int startIndex,
URI baseUri)
Retrieves the groups that are nested parents of the specified group.
|
GroupEntityList |
SearchController.searchGroups(SearchRestrictionEntity searchRestrictionEntity,
int maxResults,
int startIndex,
boolean expandGroup,
boolean expandAttributes,
URI baseUri)
Searches for groups satisfying the restriction.
|
GroupEntityList |
SearchController.searchGroups(String cqlSearchRestriction,
int maxResults,
int startIndex,
boolean expandGroup,
boolean expandAttributes,
URI baseUri)
Searches for groups satisfying the restriction.
|
Modifier and Type | Method and Description |
---|---|
static 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.
|
Copyright © 2020 Atlassian. All rights reserved.