| Package | Description | 
|---|---|
| com.atlassian.confluence.rest.client | 
| Modifier and Type | Interface and Description | 
|---|---|
static interface  | 
RemoteAttachmentService.RemoteAttachmentFinder  | 
static interface  | 
RemoteContentService.RemoteContentFetcher  | 
static interface  | 
RemoteContentService.RemoteContentFinder  | 
static interface  | 
RemoteContentService.RemoteParameterContentFinder  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RemoteAttachmentServiceImpl.RemoteAttachmentFinderImpl  | 
class  | 
RemoteContentServiceImpl.RemoteContentFinderImpl  | 
| Modifier and Type | Method and Description | 
|---|---|
RemoteContentService.RemoteSingleContentFetcher | 
RemoteContentService.RemoteContentFinder.withId(ContentId contentId)  | 
RemoteContentService.RemoteSingleContentFetcher | 
RemoteAttachmentService.RemoteAttachmentFinder.withId(ContentId attachmentId)  | 
RemoteContentService.RemoteSingleContentFetcher | 
RemoteAttachmentServiceImpl.RemoteAttachmentFinderImpl.withId(ContentId attachmentId)  | 
RemoteContentService.RemoteSingleContentFetcher | 
RemoteContentServiceImpl.RemoteContentFinderImpl.withId(ContentId contentId)  | 
RemoteContentService.RemoteSingleContentFetcher | 
RemoteContentService.RemoteContentFinder.withId(ContentId first,
      ContentId... tail)
Note : currently unsupported
 Restrict the fetched content to those with the given ids, requires at least
 two ContentIds. 
 | 
RemoteContentService.RemoteSingleContentFetcher | 
RemoteContentServiceImpl.RemoteContentFinderImpl.withId(ContentId first,
      ContentId... tail)  | 
RemoteContentService.RemoteSingleContentFetcher | 
RemoteContentService.RemoteContentFinder.withId(Iterable<ContentId> contentIds)
Note : currently unsupported
 Restrict the fetched content to those with the given ids 
 | 
RemoteContentService.RemoteSingleContentFetcher | 
RemoteContentServiceImpl.RemoteContentFinderImpl.withId(Iterable<ContentId> contentIds)  | 
RemoteContentService.RemoteSingleContentFetcher | 
RemoteContentService.RemoteContentFinder.withIdAndVersion(ContentId contentId,
                int version)  | 
RemoteContentService.RemoteSingleContentFetcher | 
RemoteContentServiceImpl.RemoteContentFinderImpl.withIdAndVersion(ContentId contentId,
                int version)  | 
RemoteContentService.RemoteSingleContentFetcher | 
RemoteContentService.RemoteContentFinder.withLocator(ContentLocator locator)
Retrieve a piece of content by some more complex criteria (defined by the ContentLocator). 
 | 
RemoteContentService.RemoteSingleContentFetcher | 
RemoteContentServiceImpl.RemoteContentFinderImpl.withLocator(ContentLocator locator)  | 
Copyright © 2003–2017 Atlassian. All rights reserved.