Package | Description |
---|---|
com.atlassian.jira.bc.user.search | |
com.atlassian.jira.crowd.embedded.ofbiz |
Modifier and Type | Method and Description |
---|---|
void |
DirectoryUserIndexer.index(OfBizUser... users) |
void |
UserIndexer.index(OfBizUser... users) |
Modifier and Type | Method and Description |
---|---|
void |
DirectoryUserIndexer.replaceAllUsers(java.util.function.Consumer<java.util.function.Consumer<OfBizUser>> allUsersConsumerMaker) |
void |
UserIndexer.replaceAllUsers(java.util.function.Consumer<java.util.function.Consumer<OfBizUser>> userConsumerCreator) |
Modifier and Type | Method and Description |
---|---|
OfBizUser |
OfBizUserDao.findByExternalId(long directoryId,
String externalId) |
OfBizUser |
ExtendedUserDao.findById(long internalUserId)
Finds a user by internal user ID.
|
OfBizUser |
OfBizUserDao.findById(long internalUserId) |
OfBizUser |
ExtendedUserDao.findByNameOrNull(long directoryId,
String userName)
Tries to find the user by name and returns null if not found.
|
OfBizUser |
OfBizUserDao.findByNameOrNull(long directoryId,
String userName)
Tries to find the user by name and returns null if not found.
|
OfBizUser |
ExtendedUserDao.findOfBizUser(long directoryId,
String userName) |
OfBizUser |
OfBizUserDao.findOfBizUser(long directoryId,
String userName) |
Modifier and Type | Method and Description |
---|---|
List<OfBizUser> |
ExtendedUserDao.findAllByNameOrNull(long directoryId,
Collection<String> userNames) |
List<OfBizUser> |
OfBizUserDao.findAllByNameOrNull(long directoryId,
Collection<String> userNames) |
Copyright © 2002-2018 Atlassian. All Rights Reserved.