| Package | Description |
|---|---|
| com.atlassian.crowd.embedded.api |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CrowdService.addGroupToGroup(Group childGroup,
Group parentGroup)
Adds a group as a member of a parent group.
|
boolean |
CrowdService.addUserToGroup(User user,
Group group)
Adds a user as a member of a group.
|
void |
CrowdService.removeAllGroupAttributes(Group group)
Removes all group attributes.
|
void |
CrowdService.removeGroupAttribute(Group group,
String attributeName)
Removes all the values for a single attribute key for a group.
|
boolean |
CrowdService.removeGroupFromGroup(Group childGroup,
Group parentGroup)
Removes a group as a member of a parent group.
|
boolean |
CrowdService.removeUserFromGroup(User user,
Group group)
Removes a user as a member of a group.
|
void |
CrowdService.setGroupAttribute(Group group,
String attributeName,
Set<String> attributeValues)
Adds or updates a group's attributes with the new
attributes. |
void |
CrowdService.setGroupAttribute(Group group,
String attributeName,
String attributeValue)
Adds or updates a group's attributes with the new attributes.
|
Group |
CrowdService.updateGroup(Group group)
Updates the
group. |
Copyright © 2023 Atlassian. All rights reserved.