public class RemoteContentPropertyServiceImpl.RemoteContentPropertyFinderImpl extends AbstractRemoteService<ContentPropertyService.ContentPropertyFinder> implements RemoteContentPropertyService.RemoteContentPropertyFinder
Constructor and Description |
---|
RemoteContentPropertyFinderImpl(AbstractRemoteService other,
Expansion... expansions) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.util.concurrent.Promise<PageResponse<JsonContentProperty>> |
fetchMany(PageRequest request) |
com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<JsonContentProperty>> |
fetchOne() |
com.atlassian.util.concurrent.Promise<JsonContentProperty> |
fetchOneOrNull() |
RemoteContentPropertyService.RemoteParameterContentPropertyFinder |
withContentId(ContentId contentId) |
RemoteContentPropertyService.RemoteSingleContentPropertyFetcher |
withId(JsonContentPropertyId contentPropertyId) |
RemoteContentPropertyService.RemoteParameterContentPropertyFinder |
withKey(String key) |
addExpansions, addPageRequest, addPageRequestParams, deleteFuture, deleteFuture, getFuture, getFutureGenericCollection, getFutureMap, getFutureMapOfPageResponses, getFutureOption, getFuturePageResponseList, newExperimentalRestWebResource, newRestWebResource, postFuture, postFuture, postFuture, postFutureToPageResponse, putFuture
public RemoteContentPropertyFinderImpl(AbstractRemoteService other, Expansion... expansions)
public RemoteContentPropertyService.RemoteSingleContentPropertyFetcher withId(JsonContentPropertyId contentPropertyId)
withId
in interface RemoteContentPropertyService.RemoteContentPropertyFinder
public RemoteContentPropertyService.RemoteParameterContentPropertyFinder withContentId(ContentId contentId)
withContentId
in interface RemoteContentPropertyService.RemoteParameterContentPropertyFinder
public RemoteContentPropertyService.RemoteParameterContentPropertyFinder withKey(String key)
withKey
in interface RemoteContentPropertyService.RemoteParameterContentPropertyFinder
public com.atlassian.util.concurrent.Promise<PageResponse<JsonContentProperty>> fetchMany(PageRequest request)
fetchMany
in interface RemoteContentPropertyService.RemoteContentPropertyFetcher
public com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<JsonContentProperty>> fetchOne()
fetchOne
in interface RemoteContentPropertyService.RemoteSingleContentPropertyFetcher
public com.atlassian.util.concurrent.Promise<JsonContentProperty> fetchOneOrNull()
fetchOneOrNull
in interface RemoteContentPropertyService.RemoteSingleContentPropertyFetcher
Copyright © 2003–2015 Atlassian. All rights reserved.