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
public class NoopPersonSearcher extends NoopFetcher<Person> implements PersonService.PersonSearcher
- Since:
- 6.13.6, 6.14.4, 6.15.4
-
-
Constructor Summary
Constructors Constructor Description NoopPersonSearcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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-
Methods inherited from class com.atlassian.confluence.impl.service.finder.NoopFetcher
fetch, fetchMany, fetchOneOrNull
-
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
fetchOne, fetchOrNull
-
-
-
-
Method Detail
-
forUnsyncedUsers
public PersonService.PersonSearcher forUnsyncedUsers(String username)
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
-
-