public class RemoteContentServiceImpl.RemoteContentFinderImpl extends AbstractRemoteService<ContentService.ContentFinder> implements RemoteContentService.RemoteContentFinder
addExpansions, addPageRequest, addPageRequestParams, deleteFuture, deleteFuture, getFuture, getFutureGenericCollection, getFutureMap, getFutureMapOfPageResponses, getFutureOption, getFuturePageResponseList, newExperimentalRestWebResource, newRestWebResource, postFuture, postFuture, postFuture, postFutureToPageResponse, putFuturepublic RemoteContentService.RemoteSingleContentFetcher withId(ContentId contentId)
withId in interface RemoteContentService.RemoteContentFinderpublic RemoteContentService.RemoteSingleContentFetcher withIdAndVersion(ContentId contentId, int version)
withIdAndVersion in interface RemoteContentService.RemoteContentFinderpublic RemoteContentService.RemoteSingleContentFetcher withId(ContentId first, ContentId... tail)
RemoteContentService.RemoteContentFinderwithId in interface RemoteContentService.RemoteContentFinderpublic RemoteContentService.RemoteSingleContentFetcher withId(Iterable<ContentId> contentIds)
RemoteContentService.RemoteContentFinderwithId in interface RemoteContentService.RemoteContentFindercontentIds - - the list of contentIds to restrict topublic RemoteContentService.RemoteSingleContentFetcher withLocator(ContentLocator locator)
RemoteContentService.RemoteContentFinderwithLocator in interface RemoteContentService.RemoteContentFinderlocator - the locator containing the criteria for the content you are looking forpublic RemoteContentService.RemoteParameterContentFinder withSpace(Space... spaces)
withSpace in interface RemoteContentService.RemoteParameterContentFinderpublic RemoteContentService.RemoteParameterContentFinder withType(ContentType... types)
withType in interface RemoteContentService.RemoteParameterContentFinderpublic RemoteContentService.RemoteParameterContentFinder withCreatedDate(org.joda.time.LocalDate time)
withCreatedDate in interface RemoteContentService.RemoteParameterContentFinderpublic RemoteContentService.RemoteParameterContentFinder withTitle(String title)
withTitle in interface RemoteContentService.RemoteParameterContentFinderpublic RemoteContentService.RemoteContentFinder withStatus(ContentStatus... status)
withStatus in interface RemoteContentService.RemoteContentFinderpublic RemoteContentService.RemoteContentFinder withAnyStatus()
withAnyStatus in interface RemoteContentService.RemoteContentFinderpublic com.atlassian.util.concurrent.Promise<PageResponse<Content>> fetchMany(ContentType type, PageRequest request)
fetchMany in interface RemoteContentService.RemoteContentFetcherpublic com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>> fetchMappedByContentType(PageRequest request)
fetchMappedByContentType in interface RemoteContentService.RemoteContentFetcher@Internal public com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Content>> fetchOneUsingExperimental()
public com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Content>> fetchOne()
fetchOne in interface RemoteContentService.RemoteSingleContentFetcherpublic com.atlassian.util.concurrent.Promise<Content> fetchOneOrNull()
fetchOneOrNull in interface RemoteContentService.RemoteSingleContentFetcherCopyright © 2003–2017 Atlassian. All rights reserved.