public final class MigrationGroupServiceImpl extends Object implements MigrationGroupService
| Constructor and Description |
|---|
MigrationGroupServiceImpl(com.atlassian.jira.upgrade.tasks.role.GlobalPermissionDao globalPermissionDao,
com.atlassian.crowd.embedded.api.CrowdService crowdService) |
| 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.
|
public MigrationGroupServiceImpl(com.atlassian.jira.upgrade.tasks.role.GlobalPermissionDao globalPermissionDao,
com.atlassian.crowd.embedded.api.CrowdService crowdService)
public com.atlassian.crowd.embedded.api.GroupWithAttributes getGroupWithAttributes(com.atlassian.crowd.embedded.api.Group group)
MigrationGroupServicegetGroupWithAttributes in interface MigrationGroupServicegroup - for which attributes should be retrieved.public Set<com.atlassian.jira.upgrade.tasks.role.UserWithPermissions> getUsersInGroup(com.atlassian.crowd.embedded.api.Group group)
MigrationGroupServicegetUsersInGroup in interface MigrationGroupServicegroup - for which users should be retrieved.Copyright © 2002-2019 Atlassian. All Rights Reserved.