Uses of Class
com.atlassian.crowd.manager.directory.BulkAddResult

Packages that use BulkAddResult
com.atlassian.crowd.manager.directory   
 

Uses of BulkAddResult in com.atlassian.crowd.manager.directory
 

Methods in com.atlassian.crowd.manager.directory that return BulkAddResult
 BulkAddResult<Group> DirectoryManager.addAllGroups(long directoryId, Collection<GroupTemplate> groups, boolean overwrite)
          Will add a collection of Group to the directory specified by the passed in directoryId param.
 BulkAddResult<User> DirectoryManager.addAllUsers(long directoryId, Collection<UserTemplateWithCredentialAndAttributes> users, boolean overwrite)
          Will add a collection of users to the directory specified by the passed in directoryId param.
 BulkAddResult<String> DirectoryManager.addAllUsersToGroup(long directoryID, Collection<String> userNames, String groupName)
          A bulk version of DirectoryManager.addUserToGroup(long, String, String).
 BulkAddResult<T> BulkAddResult.Builder.build()
           
 



Copyright © 2014 Atlassian. All Rights Reserved.