Class NoopPersonSearcher
java.lang.Object
com.atlassian.confluence.impl.service.finder.NoopFetcher<Person>
com.atlassian.confluence.impl.service.finder.people.NoopPersonSearcher
- All Implemented Interfaces:
ManyFetcher<Person>
,SingleFetcher<Person>
,PersonService.PersonSearcher
- Since:
- 6.13.6, 6.14.4, 6.15.4
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionforUnsyncedUsers
(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 providedMethods inherited from class com.atlassian.confluence.impl.service.finder.NoopFetcher
fetch, fetchMany
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.confluence.api.service.finder.ManyFetcher
fetchMany
Methods inherited from interface com.atlassian.confluence.api.service.finder.SingleFetcher
fetchOneOrNull, fetchOrNull
-
Constructor Details
-
NoopPersonSearcher
public NoopPersonSearcher()
-
-
Method Details
-
forUnsyncedUsers
Description copied from interface:PersonService.PersonSearcher
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- Specified by:
forUnsyncedUsers
in interfacePersonService.PersonSearcher
- Returns:
- this
-