Uses of Class
com.atlassian.crowd.util.BatchResult
Packages that use BatchResult
Package
Description
-
Uses of BatchResult in com.atlassian.crowd.directory
Methods in com.atlassian.crowd.directory that return BatchResultModifier and TypeMethodDescriptionInternalRemoteDirectory.addAllGroups(Set<GroupTemplate> groups) Adds a collection of groups to the directory.InternalRemoteDirectory.addAllGroupsToGroup(Collection<String> childGroupNames, String groupName) Adds a collection of child groups to a group.InternalRemoteDirectory.addAllUsers(Set<UserTemplateWithCredentialAndAttributes> users) Adds a collection of users to the directory.InternalRemoteDirectory.addAllUsersToGroup(Set<String> userNames, String groupName) Adds a collection of users to a group.InternalRemoteDirectory.addUserToGroups(String username, Set<String> groupNames) Adds a user to many groups.InternalRemoteDirectory.removeAllGroups(Set<String> groupNames) Removes all groups from the directory.InternalRemoteDirectory.removeAllUsers(Set<String> usernames) Removes all users from the directory.InternalRemoteDirectory.removeGroupsFromGroup(Collection<String> childGroupNames, String groupName) Removes a collection of child groups from a group.InternalRemoteDirectory.removeUsersFromGroup(Set<String> usernames, String groupName) Removes a collection of users from a group. -
Uses of BatchResult in com.atlassian.crowd.manager.directory
Methods in com.atlassian.crowd.manager.directory that return BatchResultModifier and TypeMethodDescriptionMembershipService.addUsersToGroup(long directoryId, List<String> usernames, String groupName) Adds multiple users to single supplied groupMembershipService.addUserToGroups(long directoryId, String username, List<String> groupNames) Adds single supplied user to multiple groupsMembershipService.removeUserFromGroups(long directoryId, String username, List<String> groupNames) Removes single supplied user from multiple groupsMembershipService.removeUsersFromGroup(long directoryId, List<String> usernames, String groupName) Removes multiple users from the supplied group -
Uses of BatchResult in com.atlassian.crowd.util
Methods in com.atlassian.crowd.util with type parameters of type BatchResultModifier and TypeMethodDescriptionstatic <T,V, K extends BatchResult<V>>
KBatchResult.transform(BatchResult<T> batchResult, Function<T, V> transformer, Supplier<K> supplier) Methods in com.atlassian.crowd.util that return BatchResultModifier and TypeMethodDescriptionstatic <T,V> BatchResult<V> BatchResult.transform(BatchResult<T> batchResult, Function<T, V> transformer) Methods in com.atlassian.crowd.util with parameters of type BatchResultModifier and TypeMethodDescriptionstatic <T,V> BatchResult<V> BatchResult.transform(BatchResult<T> batchResult, Function<T, V> transformer) static <T,V, K extends BatchResult<V>>
KBatchResult.transform(BatchResult<T> batchResult, Function<T, V> transformer, Supplier<K> supplier)