Package | Description |
---|---|
com.atlassian.confluence.rest.client |
This package contains the code which communicates with Confluence via REST API.
|
com.atlassian.confluence.rest.client.graphql |
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 |
---|---|
protected class |
AbstractRemoteContentService.AbstractRemoteContentFinder |
class |
RemoteAttachmentServiceImpl.RemoteAttachmentFinderImpl |
class |
RemoteContentServiceImpl.RemoteContentFinderImpl |
Modifier and Type | Method and Description |
---|---|
RemoteContentService.RemoteSingleContentFetcher |
AbstractRemoteContentService.AbstractRemoteContentFinder.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 |
AbstractRemoteContentService.AbstractRemoteContentFinder.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 |
AbstractRemoteContentService.AbstractRemoteContentFinder.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 |
AbstractRemoteContentService.AbstractRemoteContentFinder.withIdAndVersion(ContentId contentId,
int version) |
RemoteContentService.RemoteSingleContentFetcher |
RemoteContentService.RemoteContentFinder.withIdAndVersion(ContentId contentId,
int version) |
RemoteContentService.RemoteSingleContentFetcher |
AbstractRemoteContentService.AbstractRemoteContentFinder.withLocator(ContentLocator locator) |
RemoteContentService.RemoteSingleContentFetcher |
RemoteContentService.RemoteContentFinder.withLocator(ContentLocator locator)
Retrieve a piece of content by some more complex criteria (defined by the ContentLocator).
|
Modifier and Type | Class and Description |
---|---|
protected class |
GraphQLRemoteContentServiceImpl.RemoteContentFinderImpl |
Copyright © 2003–2020 Atlassian. All rights reserved.