public interface RemotePersonService
PersonService
implementation that communicates with Confluence remotely using the Confluence REST API.
Provides promise returning equivalents for the methods in PersonService.
Modifier and Type | Interface and Description |
---|---|
static interface |
RemotePersonService.RemotePersonFinder |
static interface |
RemotePersonService.RemotePersonSingleFetcher |
Modifier and Type | Method and Description |
---|---|
RemotePersonService.RemotePersonFinder |
find(Expansion... expansions) |
com.atlassian.util.concurrent.Promise<Person> |
getCurrentUser(Expansion... expansions) |
PersonService.Validator |
validator()
Get the validator of the Person Service.
|
com.atlassian.util.concurrent.Promise<Person> getCurrentUser(Expansion... expansions)
PersonService.Validator validator()
RemotePersonService.RemotePersonFinder find(Expansion... expansions)
Copyright © 2003–2017 Atlassian. All rights reserved.
View cookie preferences