Package | Description |
---|---|
com.atlassian.crowd.embedded.api | |
com.atlassian.crowd.embedded.core |
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 . |
Modifier and Type | Method and Description |
---|---|
boolean |
CrowdServiceImpl.addGroupToGroup(Group childGroup,
Group parentGroup) |
boolean |
CrowdServiceImpl.addUserToGroup(User user,
Group group) |
void |
CrowdServiceImpl.removeAllGroupAttributes(Group group) |
boolean |
CrowdServiceImpl.removeGroup(Group group) |
void |
CrowdServiceImpl.removeGroupAttribute(Group group,
String attributeName) |
boolean |
CrowdServiceImpl.removeGroupFromGroup(Group childGroup,
Group parentGroup) |
boolean |
CrowdServiceImpl.removeUserFromGroup(User user,
Group group) |
void |
CrowdServiceImpl.setGroupAttribute(Group group,
String attributeName,
Set<String> attributeValues) |
void |
CrowdServiceImpl.setGroupAttribute(Group group,
String attributeName,
String attributeValue) |
Group |
CrowdServiceImpl.updateGroup(Group group) |
Copyright © 2021 Atlassian. All rights reserved.