Uses of Class
com.atlassian.crowd.util.BatchResult

Packages that use BatchResult
com.atlassian.crowd.directory   
 

Uses of BatchResult in com.atlassian.crowd.directory
 

Methods in com.atlassian.crowd.directory that return BatchResult
 BatchResult<Group> InternalRemoteDirectory.addAllGroups(Set<GroupTemplate> groups)
          Adds a collection of groups to the directory.
 BatchResult<User> InternalRemoteDirectory.addAllUsers(Set<UserTemplateWithCredentialAndAttributes> users)
          Adds a collection of users to the directory.
 BatchResult<String> InternalRemoteDirectory.addAllUsersToGroup(Set<String> userNames, String groupName)
          Adds a collection of users to a group.
 BatchResult<String> InternalRemoteDirectory.removeAllGroups(Set<String> groupNames)
          Removes all groups from the directory.
 BatchResult<String> InternalRemoteDirectory.removeAllUsers(Set<String> usernames)
          Removes all users from the directory.
 



Copyright © 2014 Atlassian. All Rights Reserved.