Uses of Class
com.atlassian.crowd.plugin.rest.entity.admin.BatchResultWithFailureReasonsRestDto
Packages that use BatchResultWithFailureReasonsRestDto
Package
Description
-
Uses of BatchResultWithFailureReasonsRestDto in com.atlassian.crowd.acceptance.tests.cluster.testutil
-
Uses of BatchResultWithFailureReasonsRestDto in com.atlassian.crowd.plugin.rest.service.controller.admin
Methods in com.atlassian.crowd.plugin.rest.service.controller.admin that return BatchResultWithFailureReasonsRestDtoModifier and TypeMethodDescriptionGroupLevelAdminController.addGroupAdministrators
(DirectoryEntityId administeredGroupId, List<DirectoryEntityRestDTO> grantEntities) NestedGroupsMembershipController.addGroupsToGroup
(List<DirectoryEntityId> groups, DirectoryEntityId groupId) -
Uses of BatchResultWithFailureReasonsRestDto in com.atlassian.crowd.plugin.rest.service.controller.memberships
Methods in com.atlassian.crowd.plugin.rest.service.controller.memberships that return BatchResultWithFailureReasonsRestDtoModifier and TypeMethodDescriptionGroupsMembershipController.addUsersToGroup
(List<DirectoryEntityId> users, DirectoryEntityId groupId) UsersMembershipController.addUserToAllGroups
(DirectoryEntityId userId, List<DirectoryEntityId> groups) UsersMembershipController.removeUserFromAllGroups
(DirectoryEntityId userId, List<DirectoryEntityId> groups) GroupsMembershipController.removeUsersFromGroup
(List<DirectoryEntityId> users, DirectoryEntityId groupId) -
Uses of BatchResultWithFailureReasonsRestDto in com.atlassian.crowd.plugin.rest.service.resource.admin
Fields in com.atlassian.crowd.plugin.rest.service.resource.admin declared as BatchResultWithFailureReasonsRestDtoModifier and TypeFieldDescriptionstatic final BatchResultWithFailureReasonsRestDto<DirectoryEntityId>
GroupLevelAdminResourceExamples.GRANT_RESPONSE_EXAMPLE
GroupAdminResourceExamples.OPERATION_RESULTS
UserAdminExamples.OPERATION_RESULTS
Methods in com.atlassian.crowd.plugin.rest.service.resource.admin that return BatchResultWithFailureReasonsRestDtoModifier and TypeMethodDescriptionGroupLevelAdminResource.addGroupAdministrators
(DirectoryEntityId groupId, List<DirectoryEntityRestDTO> grantEntities) Grants the rights to administer the specified group to the specified directory entities -
Uses of BatchResultWithFailureReasonsRestDto in com.atlassian.crowd.plugin.rest.service.resource.memberships
Fields in com.atlassian.crowd.plugin.rest.service.resource.memberships declared as BatchResultWithFailureReasonsRestDto