public class RemoteContentServiceImpl.RemoteContentFinderImpl extends AbstractRemoteService<ContentService.ContentFinder> implements RemoteContentService.RemoteContentFinder
addExpansions, addPageRequest, addPageRequestParams, deleteFuture, getFutureGenericCollection, getFutureMapOfPageResponses, getFutureOption, getFuturePageResponseList, newRestWebResource, postFuture, postFuture, postFuture, postFutureToPageResponse, putFuturepublic RemoteContentService.RemoteSingleContentFetcher withId(ContentId contentId)
withId in interface RemoteContentService.RemoteContentFinderpublic 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(java.lang.String title)
withTitle in interface RemoteContentService.RemoteParameterContentFinderpublic com.atlassian.util.concurrent.Promise<PageResponse<Content>> fetchMany(ContentType type, PageRequest request)
fetchMany in interface RemoteContentService.RemoteContentFetcherpublic com.atlassian.util.concurrent.Promise<java.util.Map<ContentType,PageResponse<Content>>> fetchMappedByContentType(PageRequest request)
fetchMappedByContentType in interface RemoteContentService.RemoteContentFetcherpublic 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-2014 Atlassian. All Rights Reserved.