@Named public class NestedGroupsMembershipController extends Object
Constructor and Description |
---|
NestedGroupsMembershipController(DirectoryManager directoryManager) |
Modifier and Type | Method and Description |
---|---|
BatchResultWithFailureReasonsRestDto<DirectoryEntityId> |
addGroupsToGroup(List<DirectoryEntityId> groups,
DirectoryEntityId groupId) |
RestPage<GroupData> |
getNestedGroups(DirectoryEntityId groupId,
RestPageRequest pageRequest) |
@Inject public NestedGroupsMembershipController(DirectoryManager directoryManager)
public BatchResultWithFailureReasonsRestDto<DirectoryEntityId> addGroupsToGroup(List<DirectoryEntityId> groups, DirectoryEntityId groupId) throws FeatureInaccessibleException
FeatureInaccessibleException
public RestPage<GroupData> getNestedGroups(DirectoryEntityId groupId, RestPageRequest pageRequest) throws DirectoryNotFoundException, OperationFailedException, FeatureInaccessibleException
Copyright © 2021 Atlassian. All rights reserved.