|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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,
java.util.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,
java.util.Collection<UserTemplateWithCredentialAndAttributes> users,
boolean overwrite)
Will add a collection of users to the directory specified by the passed in directoryId param. |
BulkAddResult<java.lang.String> |
DirectoryManager.addAllUsersToGroup(long directoryID,
java.util.Collection<java.lang.String> userNames,
java.lang.String groupName)
A bulk version of DirectoryManager.addUserToGroup(long, String, String). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||