Modifier and Type | Class and Description |
---|---|
class |
PersonServiceImpl.PersonSearcherImpl |
Modifier and Type | Method and Description |
---|---|
PersonService.PersonSearcher |
PersonServiceImpl.PersonSearcherImpl.forUnsyncedUsers(String username) |
PersonService.PersonSearcher |
PersonServiceImpl.search() |
Modifier and Type | Method and Description |
---|---|
PersonService.PersonSearcher |
PersonService.PersonSearcher.forUnsyncedUsers(String username)
Restrict the searcher to just unsynced / unknown users
This search will perform a partial and a full match of username for the search term provided
|
PersonService.PersonSearcher |
PersonService.search()
Create a person searcher to find people matching search criteria
For given search category and/or criteria, return all People matching the supplied criteria.
|
Modifier and Type | Class and Description |
---|---|
class |
NoopPersonSearcher |
Modifier and Type | Method and Description |
---|---|
PersonService.PersonSearcher |
NoopPersonSearcher.forUnsyncedUsers(String username) |
Copyright © 2003–2021 Atlassian. All rights reserved.