public interface MigrationGroupService
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.crowd.embedded.api.GroupWithAttributes |
getGroupWithAttributes(com.atlassian.crowd.embedded.api.Group group)
Retrieves attributes of the group.
|
Set<com.atlassian.jira.upgrade.tasks.role.UserWithPermissions> |
getUsersInGroup(com.atlassian.crowd.embedded.api.Group group)
Retrieves all ACTIVE users in the given group.
|
com.atlassian.crowd.embedded.api.GroupWithAttributes getGroupWithAttributes(com.atlassian.crowd.embedded.api.Group group)
group - for which attributes should be retrieved.Set<com.atlassian.jira.upgrade.tasks.role.UserWithPermissions> getUsersInGroup(com.atlassian.crowd.embedded.api.Group group)
group - for which users should be retrieved.Copyright © 2002-2021 Atlassian. All Rights Reserved.