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, putFuture
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
fetch, fetchOrNull
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 withContentIds(List<ContentId> contentIds)
withContentIds
in interface RemoteContentPropertyService.RemoteParameterContentPropertyFinder
public RemoteContentPropertyService.RemoteParameterContentPropertyFinder withPropertyKeys(List<String> keys)
withPropertyKeys
in interface RemoteContentPropertyService.RemoteParameterContentPropertyFinder
public RemoteContentPropertyService.RemoteParameterContentPropertyFinder withKey(String key)
withKey
in interface RemoteContentPropertyService.RemoteParameterContentPropertyFinder
public 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.RemoteContentPropertyFetcher
fetchMany
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–2020 Atlassian. All rights reserved.