public class RemoteContentPropertyServiceImpl.RemoteContentPropertyFinderImpl extends AbstractRemoteService<ContentPropertyService.ContentPropertyFinder> implements RemoteContentPropertyService.RemoteContentPropertyFinder
provider| Constructor and Description |
|---|
RemoteContentPropertyFinderImpl(AbstractRemoteService other,
Expansion... expansions) |
addExpansions, addPageRequest, addPageRequestParams, deleteCompletionStage, deleteCompletionStage, deleteFuture, deleteFuture, getCompletionStage, getCompletionStageGenericCollection, getCompletionStageMap, getCompletionStageMapOfPageResponses, getCompletionStageOptional, getCompletionStagePageResponseList, getCompletionStageSearchPageResponseList, getExecutor, getFuture, getFutureGenericCollection, getFutureMap, getFutureMapOfPageResponses, getFutureOption, getFuturePageResponseList, newExperimentalRestWebResource, newRestWebResource, postCompletionStage, postCompletionStage, postCompletionStage, postCompletionStageToPageResponse, postFuture, postFuture, postFuture, postFutureToPageResponse, putCompletionStage, putFutureclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfetch, fetchOrNullpublic RemoteContentPropertyFinderImpl(AbstractRemoteService other, Expansion... expansions)
public RemoteContentPropertyService.RemoteSingleContentPropertyFetcher withId(JsonContentPropertyId contentPropertyId)
withId in interface RemoteContentPropertyService.RemoteContentPropertyFinderpublic RemoteContentPropertyService.RemoteParameterContentPropertyFinder withContentId(ContentId contentId)
withContentId in interface RemoteContentPropertyService.RemoteParameterContentPropertyFinderpublic RemoteContentPropertyService.RemoteParameterContentPropertyFinder withContentIds(List<ContentId> contentIds)
withContentIds in interface RemoteContentPropertyService.RemoteParameterContentPropertyFinderpublic RemoteContentPropertyService.RemoteParameterContentPropertyFinder withPropertyKeys(List<String> keys)
withPropertyKeys in interface RemoteContentPropertyService.RemoteParameterContentPropertyFinderpublic RemoteContentPropertyService.RemoteParameterContentPropertyFinder withKey(String key)
withKey in interface RemoteContentPropertyService.RemoteParameterContentPropertyFinderpublic RemoteContentPropertyService.RemoteParameterContentPropertyFinder withPropertyKey(String key)
withPropertyKey in interface RemoteContentPropertyService.RemoteParameterContentPropertyFinder@Deprecated public com.atlassian.util.concurrent.Promise<PageResponse<JsonContentProperty>> fetchMany(PageRequest request)
fetchManyCompletionStage(PageRequest) instead.fetchMany in interface RemoteContentPropertyService.RemoteContentPropertyFetcherfetchMany in interface RemoteManyFetcher<JsonContentProperty>@Deprecated public com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<JsonContentProperty>> fetchOne()
fetchCompletionStage() instead.fetchOne in interface RemoteSingleFetcher<JsonContentProperty>@Deprecated public com.atlassian.util.concurrent.Promise<JsonContentProperty> fetchOneOrNull()
fetchOrNullCompletionStage() instead.fetchOneOrNull in interface RemoteSingleFetcher<JsonContentProperty>public CompletionStage<PageResponse<JsonContentProperty>> fetchManyCompletionStage(PageRequest request)
fetchManyCompletionStage in interface RemoteManyFetcher<JsonContentProperty>public CompletionStage<Optional<JsonContentProperty>> fetchCompletionStage()
fetchCompletionStage in interface RemoteSingleFetcher<JsonContentProperty>public CompletionStage<JsonContentProperty> fetchOrNullCompletionStage()
fetchOrNullCompletionStage in interface RemoteSingleFetcher<JsonContentProperty>Copyright © 2003–2021 Atlassian. All rights reserved.