public class RemotePersonServiceImpl extends AbstractRemoteService<PersonService> implements RemotePersonService
| Modifier and Type | Class and Description |
|---|---|
class |
RemotePersonServiceImpl.RemotePersonFinderImpl |
RemotePersonService.RemotePersonFinder, RemotePersonService.RemotePersonManyFetcher<T>, RemotePersonService.RemotePersonSearcher, RemotePersonService.RemotePersonSingleFetcherprovider| Constructor and Description |
|---|
RemotePersonServiceImpl(AuthenticatedWebResourceProvider provider,
com.google.common.util.concurrent.ListeningExecutorService executor) |
| Modifier and Type | Method and Description |
|---|---|
LongTaskSubmission |
delete(Person personToDelete) |
RemotePersonService.RemotePersonFinder |
find(Expansion... expansions) |
com.atlassian.util.concurrent.Promise<Person> |
getCurrentUser(Expansion... expansions) |
RemotePersonService.RemotePersonSearcher |
search() |
PersonService.Validator |
validator()
Get the validator of the Person Service.
|
addExpansions, addPageRequest, addPageRequestParams, deleteFuture, deleteFuture, getFuture, getFutureGenericCollection, getFutureMap, getFutureMapOfPageResponses, getFutureOption, getFuturePageResponseList, newExperimentalRestWebResource, newRestWebResource, postFuture, postFuture, postFuture, postFutureToPageResponse, putFuturepublic RemotePersonServiceImpl(AuthenticatedWebResourceProvider provider, com.google.common.util.concurrent.ListeningExecutorService executor)
public com.atlassian.util.concurrent.Promise<Person> getCurrentUser(Expansion... expansions)
getCurrentUser in interface RemotePersonServicepublic PersonService.Validator validator()
RemotePersonServicevalidator in interface RemotePersonServicepublic RemotePersonService.RemotePersonFinder find(Expansion... expansions)
find in interface RemotePersonServicepublic LongTaskSubmission delete(Person personToDelete)
delete in interface RemotePersonServicepublic RemotePersonService.RemotePersonSearcher search()
search in interface RemotePersonServiceCopyright © 2003–2021 Atlassian. All rights reserved.