Class NestedGroupsMembershipController
java.lang.Object
com.atlassian.crowd.plugin.rest.service.controller.admin.NestedGroupsMembershipController
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddGroupsToGroup
(List<DirectoryEntityId> groups, DirectoryEntityId groupId) getNestedGroups
(DirectoryEntityId groupId, RestPageRequest pageRequest)
-
Constructor Details
-
NestedGroupsMembershipController
-
-
Method Details
-
addGroupsToGroup
public BatchResultWithFailureReasonsRestDto<DirectoryEntityId> addGroupsToGroup(List<DirectoryEntityId> groups, DirectoryEntityId groupId) throws FeatureInaccessibleException - Throws:
FeatureInaccessibleException
-
getNestedGroups
public RestPage<GroupData> getNestedGroups(DirectoryEntityId groupId, RestPageRequest pageRequest) throws DirectoryNotFoundException, OperationFailedException, FeatureInaccessibleException
-