|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||