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 |
RemoteContentServiceImpl.RemoteContentFinderImpl.withId(ContentId contentId) |
RemoteContentService.RemoteSingleContentFetcher |
RemoteContentService.RemoteContentFinder.withId(ContentId contentId) |
RemoteContentService.RemoteSingleContentFetcher |
RemoteAttachmentServiceImpl.RemoteAttachmentFinderImpl.withId(ContentId attachmentId) |
RemoteContentService.RemoteSingleContentFetcher |
RemoteAttachmentService.RemoteAttachmentFinder.withId(ContentId attachmentId) |
RemoteContentService.RemoteSingleContentFetcher |
RemoteContentServiceImpl.RemoteContentFinderImpl.withId(ContentId first,
ContentId... tail) |
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(Iterable<ContentId> contentIds) |
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.withIdAndVersion(ContentId contentId,
int version) |
RemoteContentService.RemoteSingleContentFetcher |
RemoteContentService.RemoteContentFinder.withIdAndVersion(ContentId contentId,
int version) |
RemoteContentService.RemoteSingleContentFetcher |
RemoteContentServiceImpl.RemoteContentFinderImpl.withLocator(ContentLocator locator) |
RemoteContentService.RemoteSingleContentFetcher |
RemoteContentService.RemoteContentFinder.withLocator(ContentLocator locator)
Retrieve a piece of content by some more complex criteria (defined by the ContentLocator).
|
Copyright © 2003–2016 Atlassian. All rights reserved.