Package | Description |
---|---|
com.atlassian.crowd.integration.rest.entity | |
com.atlassian.crowd.integration.rest.util |
Modifier and Type | Method and Description |
---|---|
GroupEntityList |
GroupMembershipEventEntity.getChildGroups() |
GroupEntityList |
MembershipEntity.getGroups() |
GroupEntityList |
GroupMembershipEventEntity.getParentGroups() |
GroupEntityList |
UserMembershipEventEntity.getParentGroups() |
Modifier and Type | Method and Description |
---|---|
void |
MembershipEntity.setGroups(GroupEntityList childGroups) |
Constructor and Description |
---|
MembershipEntity(UserEntityList users,
GroupEntityList groups) |
Modifier and Type | Method and Description |
---|---|
static List<Group> |
EntityTranslator.toGroupList(GroupEntityList groupEntityList)
Transforms GroupEntityList into a list of groups.
|
static List<GroupWithAttributes> |
EntityTranslator.toGroupWithAttributesList(GroupEntityList groupEntityList)
Transforms GroupEntityList into a list of groups with attributes.
|
static List<String> |
EntityTranslator.toNameList(GroupEntityList groupEntityList)
Transforms GroupEntityList into a list of group names.
|
Copyright © 2020 Atlassian. All rights reserved.