@Internal
public interface CachedUserGroupResolver
| Modifier and Type | Method and Description |
|---|---|
Map<Long,Group> |
findGroupsByIds(Collection<Long> groupIds)
Bulk find groups with the specified database identifiers.
|
Map<Long,User> |
findUsersByIds(Collection<Long> userIds)
Bulk find users with the specified database identifiers.
|
Map<Long,User> findUsersByIds(Collection<Long> userIds)
userIds - identifiers of users that will be foundMap<Long,Group> findGroupsByIds(Collection<Long> groupIds)
groupIds - identifiers of groups that will be foundCopyright © 2018 Atlassian. All rights reserved.