Uses of Class
com.atlassian.crowd.manager.directory.BulkAddResult
Packages that use BulkAddResult
-
Uses of BulkAddResult in com.atlassian.crowd.manager.directory
Methods in com.atlassian.crowd.manager.directory that return BulkAddResultModifier and TypeMethodDescriptionDirectoryManager.addAllGroups(long directoryId, Collection<GroupTemplate> groups, boolean overwrite) Will add a collection of Group to the directory specified by the passed indirectoryIdparam.DirectoryManager.addAllUsers(long directoryId, Collection<UserTemplateWithCredentialAndAttributes> users, boolean overwrite) Will add a collection of users to the directory specified by the passed indirectoryIdparam.DirectoryManager.addAllUsersToGroup(long directoryID, Collection<String> userNames, String groupName) A bulk version ofDirectoryManager.addUserToGroup(long, String, String).BulkAddResult.Builder.build()